Method: PureCloud::OAuthClient#hash

Defined in:
lib/purecloud/models/o_auth_client.rb

#hashObject

Calculate hash code according to all attributes.



151
152
153
# File 'lib/purecloud/models/o_auth_client.rb', line 151

def hash
  [id, name, access_token_validity_seconds, description, registered_redirect_uri, secret, role_ids, authorized_grant_type, self_uri].hash
end