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
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 | 
| .NET | 200.5 - 200.8 | 
| .NET Windows | 200.5 - 200.8 | 
| .NET Android | 200.5 - 200.8 | 
| .NET iOS | 200.5 - 200.8 | 
| .NET Framework | 200.5 - 200.8 | 
| UWP | 200.5 - 200.8 |