Show / Hide Table of Contents

Class OAuthLoginParameters

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

Inheritance
object
OAuthLoginParameters
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 OAuthLoginParameters

Constructors

Name Description
OAuthLoginParameters(Uri, Uri, IOAuthConfiguration?, object?)

Initializes a new instance of the OAuthLoginParameters class.

Properties

Name Description
AuthorizeUri

Gets the logout URL pointing to the OAuth user logout webpage.

Configuration

Gets the OAuth or IAP configuration details for the sign in request.

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

LoginAsync(OAuthLoginParameters)

Applies to

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