Method: OpenapiClient::TokenResponse#hash
- Defined in:
- lib/openapi_client/models/token_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
194 195 196 |
# File 'lib/openapi_client/models/token_response.rb', line 194 def hash [access_token, mode, provider, scopes, token_type].hash end |