PolarExpress.Schemas.AuthorizationCodeTokenRequest (polar_express v0.2.2)

Copy Markdown View Source

AuthorizationCodeTokenRequest

Summary

Types

t()

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

Functions

schema_name()