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.

Parameters:

  • id (String)

    ID of the token data to delete



64
65
66
# File 'lib/googleauth/token_store.rb', line 64

def delete(_id)
  raise 'Not implemented'
end