TokenPair

TokenPair
TokenPair

This contains the access token and the refresh token for the user API access.

JSON Example
{
    "accessToken": "string",
    "refreshToken": {
        "id": "string"
    }
}
string
accessToken
Optional

Bearer token that can be used to make public API calls

refreshToken
Optional

This contains refresh token id for the user API access.

Returned By