Method: OpenapiClient::TokenResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



194
195
196
# File 'lib/openapi_client/models/token_response.rb', line 194

def hash
  [access_token, mode, provider, scopes, token_type].hash
end