Class IapTokenInfo
The token information that can be used by clients, in exchange for user credentials, to access Identity-Aware Proxy (IAP).
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
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |