AuthTokenResponseDto
Example
JSON
{ "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
Tell us how we can improve this guide.