Show / Hide Table of Contents

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
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.