The AuthTokenResponseDto object
Example
{
"access_token": "string",
"token_type": "string",
"expires_in": 0,
"user": {
"id": "string",
"email": "string",
"first_name": "string",
"last_name": "string"
},
"default_environment_slug": "string"
}Properties
access_token *stringtoken_type *stringexpires_in *numberuserAuthUserDtodefault_environment_slugstring