Class: Insika::TokenStore::Issue

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



36
37
38
# File 'lib/insika/token_store.rb', line 36

def id
  @id
end

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



36
37
38
# File 'lib/insika/token_store.rb', line 36

def token
  @token
end