Polarex.IntrospectTokenRequest (Polarex v0.2.1)

View Source

Provides struct and type for a IntrospectTokenRequest

Summary

Types

t()

@type t() :: %Polarex.IntrospectTokenRequest{
  client_id: String.t(),
  client_secret: String.t(),
  token: String.t(),
  token_type_hint: String.t() | nil
}