PolarExpress.Schemas.WebTokenRequest (polar_express v0.2.2)

Copy Markdown View Source

WebTokenRequest

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.WebTokenRequest{
  client_id: term(),
  client_secret: term(),
  grant_type: term(),
  scope: term(),
  session_token: term(),
  sub: term(),
  sub_type: term()
}
  • client_id
  • client_secret
  • grant_type
  • scope - Nullable.
  • session_token
  • sub - Nullable.
  • sub_type - Possible values: user, organization.

Functions

schema_name()