Method: Google::Auth::TokenStore#delete
- Defined in:
- lib/googleauth/token_store.rb
#delete(_id) ⇒ Object
Remove the token data from storage for the given ID.
64 65 66 |
# File 'lib/googleauth/token_store.rb', line 64 def delete(_id) raise 'Not implemented' end |