Method: OpenapiClient::IntrospectResponse.attribute_map

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

.attribute_mapObject

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



29
30
31
32
33
34
35
36
# File 'lib/openapi_client/models/introspect_response.rb', line 29

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