Show / Hide Table of Contents

Class OAuthLogoutParameters

The set of parameters required to perform an OAuth logout operation.

Inheritance
object
OAuthLogoutParameters
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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

LogoutAsync(OAuthLogoutParameters)

Applies to

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