Interface AuthenticationProviderOptions

Options for creating an AuthenticationProvider.

interface AuthenticationProviderOptions {
    supportsMultipleAccounts?: boolean;
}

Properties

supportsMultipleAccounts?: boolean

Whether it is possible to be signed into multiple accounts at once with this provider. If not specified, will default to false.