1. Docs
  2. API Reference
  3. AuthTokenResponseDto

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

5 properties 3 required

access_token string Required
token_type string Required
expires_in number Required
user AuthUserDto Optional
default_environment_slug string Optional
Was this page helpful?

Tell us how we can improve this guide.