Class: Rails::Vault::JWT::Config
- Inherits:
-
Object
- Object
- Rails::Vault::JWT::Config
- Extended by:
- Forwardable
- Defined in:
- lib/rails/vault/jwt/config.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#token_provider ⇒ Object
Returns the value of attribute token_provider.
-
#valid_issuers ⇒ Object
Returns the value of attribute valid_issuers.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache.
10 11 12 |
# File 'lib/rails/vault/jwt/config.rb', line 10 def cache @cache end |
#logger ⇒ Object
Returns the value of attribute logger.
10 11 12 |
# File 'lib/rails/vault/jwt/config.rb', line 10 def logger @logger end |
#token_provider ⇒ Object
Returns the value of attribute token_provider.
11 12 13 |
# File 'lib/rails/vault/jwt/config.rb', line 11 def token_provider @token_provider end |
#valid_issuers ⇒ Object
Returns the value of attribute valid_issuers.
10 11 12 |
# File 'lib/rails/vault/jwt/config.rb', line 10 def valid_issuers @valid_issuers end |