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
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |