AuthorizationCodeTokenRequest
@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