Frodo Library - v4.8.4
    Preparing search index...

    Type Alias AccessTokenResponseType

    type AccessTokenResponseType = {
        access_token: string;
        expires_in: number;
        id_token?: string;
        refresh_token?: string;
        scope: string;
        sessionId?: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number
    id_token?: string
    refresh_token?: string
    scope: string
    sessionId?: string

    Present only when an OAUTH2_ACCESS_TOKEN_MODIFICATION script on the issuing OAuth2 client embeds a real AM session id via accessToken.addExtraData('sessionId', session.getTokenID()) — see the plan doc's Phase A/C session-capture-script mechanism.

    token_type: string