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

    Use theia.AuthenticationSession instead.

    interface AuthenticationSession {
        accessToken: string;
        account: AuthenticationSessionAccountInformation;
        id: string;
        scopes: readonly string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    accessToken: string

    The access token.

    The account associated with the session.

    id: string

    The identifier of the authentication session.

    scopes: readonly string[]

    The permissions granted by the session's access token. Available scopes are defined by the AuthenticationProvider.