OBJECT

Token

link GraphQL Schema definition

  • type Token {
  • # Token to include in request 'Authorization' header
  • access_token: String
  • # Expiration period for the access token (in milliseconds)
  • expires_in: Int
  • # Token to send in request to extend the expiration period
  • refresh_token: String
  • # Type of token (value is always 'Bearer')
  • token_type: String
  • }

link Require by