OBJECT

AuthAccessToken

Authentication Access Token response

link GraphQL Schema definition

  • type AuthAccessToken {
  • # JWT access token
  • accessToken: String!
  • # Pre-prepared HTTP authorization header
  • authorization: String!
  • # Token expiration time. Note: Expressed in UTC ISO-8601 timestamp
  • expirationTime: DateTime!
  • }