Class: Insika::TokenStore::Issue
- Inherits:
-
Data
- Object
- Data
- Insika::TokenStore::Issue
- Defined in:
- lib/insika/token_store.rb
Overview
The token a caller receives from a successful issue/rotate — the ONLY
moment the plaintext exists in the process. token is never stored.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
36 37 38 |
# File 'lib/insika/token_store.rb', line 36 def id @id end |
#token ⇒ Object (readonly)
Returns the value of attribute token
36 37 38 |
# File 'lib/insika/token_store.rb', line 36 def token @token end |