Method: OryClient::SessionAuthenticationMethod#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



170
171
172
# File 'lib/ory-client/models/session_authentication_method.rb', line 170

def hash
  [aal, completed_at, method, organization, provider].hash
end