MonoCloud Authentication SDK
    Preparing search index...

    Token endpoint response

    interface Tokens {
        access_token: string;
        expires_in?: number;
        id_token?: string;
        refresh_token?: string;
        scope?: string;
        token_type?: string;
    }
    Index

    Properties

    access_token: string

    Access token

    expires_in?: number

    Access token expiry in seconds

    id_token?: string

    ID token

    refresh_token?: string

    Refresh token

    scope?: string

    Scopes requested

    token_type?: string

    Type of access token