Method: Forgejo::OAuth2Application#hash
- Defined in:
- lib/forgejo/models/o_auth2_application.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
158 159 160 |
# File 'lib/forgejo/models/o_auth2_application.rb', line 158 def hash [client_id, client_secret, confidential_client, created, id, name, redirect_uris].hash end |