Show / Hide Table of Contents

Method LoginAsync

LoginAsync(OAuthLoginParameters)

Handles the authorization by redirecting the user to the authorization URI.

Declaration
Task<IDictionary<string, string>> LoginAsync(OAuthLoginParameters parameters)
Parameters
Type Name Description
OAuthLoginParameters parameters

The set of parameters needed to perform a login.

Returns
Type Description
Task<IDictionary<string, string>>

The task object representing the asynchronous authorize operation. The value of the task result contains a collection of string key/value pairs IDictionary<TKey, TValue> object. The dictionary contains parameters returned by the authorization URI (code, access_token, refresh_token, ...).

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.