PolarExpress.Schemas.RevokeTokenRequest (polar_express v0.2.2)

Copy Markdown View Source

RevokeTokenRequest

Summary

Types

t()

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

Functions

schema_name()