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.
49 50 51 |
# File 'lib/googleauth/token_store.rb', line 49 def delete _id raise NoMethodError, "delete not implemented" end |