Show / Hide Table of Contents

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