Class: Google::Auth::Stores::InMemoryTokenStore
- Inherits:
-
Hash
- Object
- Hash
- Google::Auth::Stores::InMemoryTokenStore
- Defined in:
- lib/google/auth/stores/in_memory_token_store.rb
Instance Method Summary collapse
Instance Method Details
#load(id) ⇒ Object
6 7 8 |
# File 'lib/google/auth/stores/in_memory_token_store.rb', line 6 def load(id) self[id] end |