VS Code API
    Preparing search index...

    Interface AuthenticationProviderInformation

    Basic information about an AuthenticationProvider

    interface AuthenticationProviderInformation {
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier of the authentication provider.

    label: string

    The human-readable name of the authentication provider.