Method: OpenapiClient::TokenRequest.openapi_types
- Defined in:
- lib/openapi_client/models/token_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
72 73 74 75 76 77 78 79 80 |
# File 'lib/openapi_client/models/token_request.rb', line 72 def self.openapi_types { :'client_id' => :'String', :'client_secret' => :'String', :'grant_type' => :'String', :'code' => :'String', :'redirect_uri' => :'String' } end |