teams auth refresh
Auto-generated reference
This page is generated from checked-in CLI metadata for release v0.3.0. Do not edit it by hand.
Silently redeem the stored refresh token for the resolved delegated scopes.
Synopsis
teams auth refresh [OPTIONS]
Options
| Option | Value | Required | Env | Default | Description |
|---|---|---|---|---|---|
--scopes | SCOPES | no | TEAMS_CLI_SCOPES | OAuth scopes (space-separated, for delegated flows) |
Examples
Pick up newly consented scopes
teams auth refresh --scopes "User.Read People.Read Files.Read.All offline_access"
Exit Codes
| Code | Meaning |
|---|---|
| 0 | success |
| 2 | invalid input |
| 3 | authentication error |
| 4 | permission denied |
| 5 | not found |
| 6 | rate limited |