Polarex.WebTokenRequest (Polarex v0.2.8)

View Source

Provides struct and type for a WebTokenRequest

Summary

Types

t()

@type t() :: %Polarex.WebTokenRequest{
  client_id: String.t(),
  client_secret: String.t(),
  grant_type: String.t(),
  scope: String.t() | nil,
  session_token: String.t(),
  sub: String.t() | nil,
  sub_type: String.t() | nil
}