OAuthUserTokenInfo

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

Since

200.1.0

Properties

Link copied to clipboard

The access token to be used to make an authenticated request.

Link copied to clipboard

The access token expiration date.

Link copied to clipboard

A Boolean value indicating whether the token must be passed over HTTPS.

Link copied to clipboard

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

Link copied to clipboard

The date that the refresh token should be exchanged.

Link copied to clipboard

The date that the refresh token expires. This is available only for ArcGIS.com and ArcGIS Enterprise version 10.9.1 and above.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int