MonoCloud Authentication SDK
    Preparing search index...
    interface AccessToken {
        accessToken: string;
        accessTokenExpiration: number;
        requestedScopes?: string;
        resource?: string;
        scopes: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accessToken: string

    The access token associated with the session.

    accessTokenExpiration: number

    The expiration timestamp of the access token (in epoch).

    requestedScopes?: string

    Optional. The requested scopes.

    resource?: string

    Optional. The resource associated with the access token.

    scopes: string

    The scopes granted by the access token.