Class: OAuth2c::Cache::Store::Bucket

Inherits:
Struct
  • Object
show all
Defined in:
lib/oauth2c/cache/store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



18
19
20
# File 'lib/oauth2c/cache/store.rb', line 18

def access_token
  @access_token
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



18
19
20
# File 'lib/oauth2c/cache/store.rb', line 18

def scope
  @scope
end