Class: AppIdentity::Versions::V4
- Inherits:
-
TimestampNonce
- Object
- Base
- TimestampNonce
- AppIdentity::Versions::V4
- Defined in:
- lib/app_identity/versions.rb
Overview
V4 uses a timestamp-based nonce value with SHA512 digests.
The nonce values will be verified to be within plus or minus a configured number of seconds.
Instance Method Summary collapse
-
#digest_algorithm ⇒ Object
:nodoc:.
Methods inherited from TimestampNonce
#check_nonce!, #generate_nonce, #nonce_type
Methods inherited from Base
#check_nonce!, defined, inherited, #inspect, instance, #make_digest
Instance Method Details
#digest_algorithm ⇒ Object
:nodoc:
135 136 137 |
# File 'lib/app_identity/versions.rb', line 135 def digest_algorithm # :nodoc: Digest::SHA512 end |