Constructor OAuthLoginParameters
OAuthLoginParameters(Uri, Uri, IOAuthConfiguration?, object?)
Initializes a new instance of the OAuthLoginParameters class.
Declaration
public OAuthLoginParameters(Uri authorizeUri, Uri redirectUri, IOAuthConfiguration? configuration, object? state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | authorizeUri | The URL that the app redirects to after logout completes. |
| Uri | redirectUri | The redirect URI. |
| IOAuthConfiguration | configuration | The OAuth configuration details for the sign in request. |
| object | state | Optional state parameter passed from the InvalidateAsync(object?, CancellationToken) |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |