Show / Hide Table of Contents

Property OAuthUserConfigurations

OAuthUserConfigurations

Gets an editable list of OAuthUserConfiguration object, which contain necessary information for creating OAuth user credentials.

Declaration
public IList<OAuthUserConfiguration> OAuthUserConfigurations { get; }
Property Value
Type Description
System.Collections.Generic.IList<OAuthUserConfiguration>

An editable list of OAuthUserConfiguration object, which contain necessary information for creating OAuth user credentials.

Remarks

To enable OAuth 2.0 user authentication, assign the OAuthAuthorizeHandler and add an OAuthUserConfiguration to this list prior to accessing secured resources. The OAuthUserConfiguration provides a portal URL, client ID, and a redirect URL required for OAuth 2.0 "authorization_code" and "implicit" grant flows.

See Also
OAuthTokenCredential

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.