Skip to main content

delete_token

Function delete_token 

Source
pub fn delete_token(host: &str) -> Result<(), GorError>
Expand description

Delete an OAuth token for the given host.

§Errors

Returns GorError::Keyring if the file cannot be written.