Theia API Documentation v1.65.0
    Preparing search index...

    Options for creating an AuthenticationProvider.

    interface AuthenticationProviderOptions {
        supportsMultipleAccounts?: boolean;
    }
    Index

    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.