Provides struct and type for a AuthorizationCodeTokenRequest
@type t() :: %Polarex.AuthorizationCodeTokenRequest{ client_id: String.t(), client_secret: String.t(), code: String.t(), grant_type: String.t(), redirect_uri: String.t() }