pub fn delete_token() -> Result<()>Expand description
Deletes a token from the system keyring.
Only applies if you’re using the default "default" user ID. For more dynamic handling,
you’d want to extract the appropriate email-based user name from the current context.