Show / Hide Table of Contents

Class OAuthUserTokenInfo

The OAuth user token information that can be used by clients in exchange for user credentials.

Inheritance
object
OAuthUserTokenInfo
Implements
IEquatable<OAuthUserTokenInfo>
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OAuthUserTokenInfo : IEquatable<OAuthUserTokenInfo>

Properties

Name Description
AccessToken

Gets the access token to be used to make an authenticated request.

ExpirationDate

Gets the access token expiration date.

IsSslRequired

Gets a value indicating whether the token must be passed over HTTPS.

RefreshToken

Gets the refresh token to be used to refresh the access token.

RefreshTokenExchangeDate

Gets the date that the refresh token should be exchanged.

RefreshTokenExpirationDate

Gets the date that the refresh token expires.

Methods

Name Description
Equals(OAuthUserTokenInfo?)

Indicates whether the current object is equal to another object of the same type.

Equals(object?)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to

TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 300.0
.NET Windows200.6 - 300.0
.NET Android200.6 - 300.0
.NET iOS200.6 - 300.0
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.