PolarExpress.Schemas.IntrospectTokenResponse (polar_express v0.2.2)

Copy Markdown View Source

IntrospectTokenResponse

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.IntrospectTokenResponse{
  active: term(),
  aud: term(),
  client_id: term(),
  exp: term(),
  iat: term(),
  iss: term(),
  scope: term(),
  sub: term(),
  sub_type: term(),
  token_type: term()
}
  • active
  • aud
  • client_id
  • exp
  • iat
  • iss
  • scope
  • sub
  • sub_type
  • token_type - Possible values: access_token, refresh_token.

Functions

schema_name()