@useparagon/connect 2.3.2-experimental.20500.2 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,6 @@ export declare abstract class MicrosoftPicker extends BaseFilePicker {
59
59
  protected dependencyStatus: FilePickerStatus;
60
60
  protected accessToken: string;
61
61
  protected baseUrl: string;
62
- protected selectedCredentialId?: string;
63
62
  /**
64
63
  * Abstract method to get the picker options.
65
64
  * @returns {Partial<LaunchPickersOptions>} Picker options.
@@ -146,6 +145,5 @@ export declare abstract class MicrosoftPicker extends BaseFilePicker {
146
145
  id: string;
147
146
  items: Record<string, unknown>[];
148
147
  }, pickerWindow: Window, port?: MessagePort): void;
149
- private respondToAuthenticateCommand;
150
148
  }
151
149
  export {};