AuthResponse

AuthResponse
AuthResponse

Entity that holds auth token details.

JSON Example
{
    "tokenType": "Bearer",
    "token": "string"
}
string
tokenType
Required

Type of the token.

string
token
Required

Base64 encoded auth token.