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