Polarex.IntrospectTokenResponse (Polarex v0.2.0)

View Source

Provides struct and type for a IntrospectTokenResponse

Summary

Types

t()

@type t() :: %Polarex.IntrospectTokenResponse{
  active: boolean(),
  aud: String.t(),
  client_id: String.t(),
  exp: integer(),
  iat: integer(),
  iss: String.t(),
  scope: String.t(),
  sub: String.t(),
  sub_type: String.t(),
  token_type: String.t()
}