1. Docs
  2. API Reference
  3. AuthTokenResponseDto

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_tokenstring*
  • token_typestring*
  • expires_innumber*
  • userAuthUserDto
  • default_environment_slugstring