Method: OpenapiClient::TokenResponse.attribute_map

Defined in:
lib/openapi_client/models/token_response.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



54
55
56
57
58
59
60
61
62
# File 'lib/openapi_client/models/token_response.rb', line 54

def self.attribute_map
  {
    :'access_token' => :'access_token',
    :'mode' => :'mode',
    :'provider' => :'provider',
    :'scopes' => :'scopes',
    :'token_type' => :'token_type'
  }
end