Method: Google::Auth::TokenStore#load
- Defined in:
- lib/googleauth/token_store.rb
#load(_id) ⇒ String
Load the token data from storage for the given ID.
46 47 48 |
# File 'lib/googleauth/token_store.rb', line 46 def load(_id) raise 'Not implemented' end |