PolarExpress.Schemas.IntrospectTokenRequest (polar_express v0.2.2)

Copy Markdown View Source

IntrospectTokenRequest

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.IntrospectTokenRequest{
  client_id: term(),
  client_secret: term(),
  token: term(),
  token_type_hint: term()
}
  • client_id
  • client_secret
  • token
  • token_type_hint - Nullable.

Functions

schema_name()