dc-management-sdk-js
    Preparing search index...

    Interface AccessToken

    OAuth2 Access Token

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

    Properties

    access_token: string

    Token attached to requests to assert permissions

    expires_in: number

    Period (in seconds) for how long the access token will remain valid

    refresh_token: string

    Token used to refresh the access token after it has expired