Constructor OAuthLogoutParameters
OAuthLogoutParameters(Uri, Uri, object?)
Initializes a new instance of the OAuthLogoutParameters class.
Declaration
public OAuthLogoutParameters(Uri logoutUri, Uri redirectUri, object? state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | logoutUri | The logout URL pointing to the OAuth user logout webpage. |
| Uri | redirectUri | The URL that the app redirects to after logout completes. |
| 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 |