Theia API Documentation v1.65.0
    Preparing search index...
    interface AuthenticationSession {
        accessToken: string;
        account: AuthenticationSessionAccountInformation;
        id: string;
        scopes: readonly string[];
    }
    Index

    Properties

    accessToken: string
    id: string
    scopes: readonly string[]