Method: Falcon::DomainAccessTokenResponseV1.attribute_map
- Defined in:
- lib/crimson-falcon/models/domain_access_token_response_v1.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 59 60 |
# File 'lib/crimson-falcon/models/domain_access_token_response_v1.rb', line 50 def self.attribute_map { :'access_token' => :'access_token', :'expires_in' => :'expires_in', :'id_token' => :'id_token', :'issued_token_type' => :'issued_token_type', :'refresh_token' => :'refresh_token', :'scope' => :'scope', :'token_type' => :'token_type' } end |