Show / Hide Table of Contents

Class TokenInfo

The access token information that can be used by clients in exchange for user credentials. The access token represents the authenticated user for a certain amount of time to access API functionality.

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

Constructors

Name Description
TokenInfo(string, DateTimeOffset, bool)

Initializes a new instance of the TokenInfo class.

Properties

Name Description
AccessToken

Gets the access token string.

ExpirationDate

Gets the token expiration date.

IsSslRequired

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

Methods

Name Description
Equals(TokenInfo?)

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.5 - 200.8
.NET200.5 - 300.0
.NET Windows200.5 - 300.0
.NET Android200.5 - 300.0
.NET iOS200.5 - 300.0
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.