Globus SDK for JavaScript
    Preparing search index...

    Type Alias Token

    type Token = {
        access_token: string;
        expires_in: number;
        refresh_token?: string;
        resource_server: string;
        scope: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number

    The lifetime in seconds of the access token.

    refresh_token?: string
    resource_server: string
    scope: string
    token_type: string