instance method
opaque
Ruby on Rails 7.1.6
Since v2.3.18Signature
opaque(secret_key)
Opaque based on digest of secret key
Parameters
-
secret_keyreq
Source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 340
def opaque(secret_key)
OpenSSL::Digest::MD5.hexdigest(secret_key)
end
Defined in actionpack/lib/action_controller/metal/http_authentication.rb line 340
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::HttpAuthentication::Digest