PolarExpress.Schemas.AuthorizationCodeTokenRequest (polar_express v0.1.5)

Copy Markdown View Source

AuthorizationCodeTokenRequest

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.AuthorizationCodeTokenRequest{
  client_id: String.t() | nil,
  client_secret: String.t() | nil,
  code: String.t() | nil,
  grant_type: String.t() | nil,
  redirect_uri: String.t() | nil
}
  • client_id
  • client_secret
  • code
  • grant_type
  • redirect_uri - Format: uri. Max length: 2083.

Functions

schema_name()