Request

Response

    Enumeration: GrantType

    Specifies the grant type you are requesting the code for. Possible values are:

    • client_credentials - For a 2-legged access token.
    • authorization_code - For a 3-legged access token.
    • refresh_token - For a refresh token.

    Enumeration Members

    AuthorizationCode

    AuthorizationCode: "authorization_code"

    Defined in

    model/grantType.ts:16


    ClientCredentials

    ClientCredentials: "client_credentials"

    Defined in

    model/grantType.ts:15


    RefreshToken

    RefreshToken: "refresh_token"

    Defined in

    model/grantType.ts:17