# auth
Authenticate with Google via OAuth2.
## Usage
```bash
rscontacts auth
rscontacts auth --no-browser
rscontacts auth --force
```
## Flags
| Flag | Description |
|------|-------------|
| `--no-browser` | Print the auth URL instead of opening a browser |
| `--force` | Delete cached token and re-authenticate |
See [Authentication](../authentication.md) for more details.