Method: OryClient::OAuth2ConsentRequest#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



220
221
222
# File 'lib/ory-client/models/o_auth2_consent_request.rb', line 220

def hash
  [acr, amr, challenge, client, context, , , oidc_context, request_url, requested_access_token_audience, requested_scope, skip, subject].hash
end