Globus SDK for JavaScript
    Preparing search index...

    Type Alias TokenResponse

    TokenResponse: Token & {
        id_token?: string;
        other_tokens?: Token[];
        state: string;
    }

    Type declaration

    • Optionalid_token?: string

      Only included if your client requests the openid scope during the authorization request.

    • Optionalother_tokens?: Token[]
    • state: string