Show / Hide Table of Contents

Class IapTokenInfo

The token information that can be used by clients, in exchange for user credentials, to access Identity-Aware Proxy (IAP).

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

Properties

Name Description
AccessToken

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

ExpirationDate

Gets the access token expiration date.

IdToken

Gets the ID Token is a security token that includes claims regarding the authentication of an end-user by an authorization server when interacting with a client.

IdTokenExpirationDate

Gets the ID token expiration date.

RefreshToken

Gets the refresh token to be used to refresh the access and ID tokens.

Scopes

Gets a list of scopes that specifies the valid permissions associated with the tokens.

TokenType

Gets the type of the token.

Applies to

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