ordercloud-javascript-sdk
    Preparing search index...

    Interface AccessToken

    interface AccessToken {
        access_token?: string;
        expires_in?: number;
        refresh_token?: string;
        token_type?: string;
    }
    Index
    access_token?: string
    expires_in?: number
    refresh_token?: string
    token_type?: string