zendesk-messaging-client
    Preparing search index...

    Type Alias GetTokenResponses

    type GetTokenResponses = {
        "200": { access_token?: string; token_type?: string };
    }
    Index

    Properties

    Properties

    "200": { access_token?: string; token_type?: string }

    Ok

    Type declaration

    • Optionalaccess_token?: string

      An access token that can now be used to call Sunshine Conversations APIs.

    • Optionaltoken_type?: string

      Bearer. All issued tokens are of this type.