Method: OpenapiClient::AccessTokenRequest#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



119
120
121
# File 'lib/openapi_client/models/access_token_request.rb', line 119

def hash
  [domain, token, public_key_required].hash
end