Method: OryClient::AcceptOAuth2ConsentRequest.attribute_map

Defined in:
lib/ory-client/models/accept_o_auth2_consent_request.rb

.attribute_mapObject

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



35
36
37
38
39
40
41
42
43
44
45
# File 'lib/ory-client/models/accept_o_auth2_consent_request.rb', line 35

def self.attribute_map
  {
    :'context' => :'context',
    :'grant_access_token_audience' => :'grant_access_token_audience',
    :'grant_scope' => :'grant_scope',
    :'handled_at' => :'handled_at',
    :'remember' => :'remember',
    :'remember_for' => :'remember_for',
    :'session' => :'session'
  }
end