Method: Akeyless::ValidateToken#hash

Defined in:
lib/akeyless/models/validate_token.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



110
111
112
# File 'lib/akeyless/models/validate_token.rb', line 110

def hash
  [json, token].hash
end