Skip to main content

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

OptionValueRequiredEnvDefaultDescription
--scopesSCOPESnoTEAMS_CLI_SCOPESOAuth 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

CodeMeaning
0success
2invalid input
3authentication error
4permission denied
5not found
6rate limited

See Also