Polarex.AuthorizationCodeTokenRequest (Polarex v0.1.0)

View Source

Provides struct and type for a AuthorizationCodeTokenRequest

Summary

Types

t()

@type t() :: %Polarex.AuthorizationCodeTokenRequest{
  client_id: String.t(),
  client_secret: String.t(),
  code: String.t(),
  grant_type: String.t(),
  redirect_uri: String.t()
}