Class: OAuth2c::Cache::Store::Bucket
- Inherits:
-
Struct
- Object
- Struct
- OAuth2c::Cache::Store::Bucket
- Defined in:
- lib/oauth2c/cache/store.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
18 19 20 |
# File 'lib/oauth2c/cache/store.rb', line 18 def access_token @access_token end |
#scope ⇒ Object
Returns the value of attribute scope
18 19 20 |
# File 'lib/oauth2c/cache/store.rb', line 18 def scope @scope end |