Class OAuthLogoutParameters
The set of parameters required to perform an OAuth logout operation.
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OAuthLogoutParameters
Constructors
| Name | Description |
|---|---|
| OAuthLogoutParameters(Uri, Uri, object?) | Initializes a new instance of the OAuthLogoutParameters class. |
Properties
| Name | Description |
|---|---|
| LogoutUri | Gets the logout URL pointing to the OAuth user logout webpage. |
| RedirectUri | Gets the URI to which the client will be redirected after logout has completed. |
| State | Gets or sets an optional state parameter passed from the InvalidateAsync(object?, CancellationToken) call. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |