oAuthUserConfiguration

abstract var oAuthUserConfiguration: OAuthUserConfiguration?

Deprecated

since 200.8.0. Use AuthenticatorState.oAuthUserConfigurations list instead.

Replace with

AuthenticatorState.oAuthUserConfigurations

The OAuthUserConfiguration to use for any sign ins. If null, OAuth will not be used for any ArcGISAuthenticationChallenge. If the OAuth configuration is invalid, the Authenticator will not launch an OAuth browser page and will prompt for a username and password instead.

Since

200.2.0