Class: Himari::TokenString::Verification
- Inherits:
-
Data
- Object
- Data
- Himari::TokenString::Verification
- Defined in:
- lib/himari/token_string.rb
Overview
Outcome of a successful verify_secret!: which stored secret slot the presented secret matched (:current or :previous) and the hash it matched against. nil until verified.
Instance Attribute Summary collapse
-
#secret_hash ⇒ Object
readonly
Returns the value of attribute secret_hash.
-
#via ⇒ Object
readonly
Returns the value of attribute via.
Instance Attribute Details
#secret_hash ⇒ Object (readonly)
Returns the value of attribute secret_hash
18 19 20 |
# File 'lib/himari/token_string.rb', line 18 def secret_hash @secret_hash end |
#via ⇒ Object (readonly)
Returns the value of attribute via
18 19 20 |
# File 'lib/himari/token_string.rb', line 18 def via @via end |