PolarExpress.Schemas.RevokeTokenRequest (polar_express v0.1.5)

Copy Markdown View Source

RevokeTokenRequest

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.RevokeTokenRequest{
  client_id: String.t() | nil,
  client_secret: String.t() | nil,
  token: String.t() | nil,
  token_type_hint: String.t() | nil
}
  • client_id
  • client_secret
  • token
  • token_type_hint - Nullable.

Functions

schema_name()