rscontacts 0.1.5

Managed your google contacts
Documentation
# 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.