oAuthUserConfigurations property
final
The list of OAuth configurations to use for authentication.
If a challenge is received that matches a configuration, the user will be
prompted to sign in using that OAuth configuration. Otherwise, the user
will be prompted to sign in using a username and password to obtain a
TokenCredential
.
Implementation
final List<OAuthUserConfiguration> oAuthUserConfigurations;