Method CreateAsync
CreateAsync(OAuthUserConfiguration, CancellationToken)
Creates an OAuth
Declaration
public static Task<OAuthUserCredential> CreateAsync(OAuthUserConfiguration configuration, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type | Name | Description |
---|---|---|
OAuth |
configuration | The OAuth configuration details of an application that can sign into an ArcGIS Online or ArcGIS Enterprise portal using OAuth. |
System. |
cancellationToken | Optional cancellation token. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous creation operation. The value of the task result is an OAuth |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |