Skip to main content

AUTH_LOGOUT

Constant AUTH_LOGOUT 

Source
pub const AUTH_LOGOUT: &str = "\
Remove a stored token.

```
ytcli auth logout --account work
```

Forgets the credential for an account, and so for every profile using it. The
profiles stay in the config: logging back in restores them.";