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

Raises:

  • (NoMethodError)


49
50
51
# File 'lib/googleauth/token_store.rb', line 49

def delete _id
  raise NoMethodError, "delete not implemented"
end