ArcGISOAuthUserTokenInfo

Namespace: GameEngine.Authentication
Class: GameEngine/Authentication/ArcGISOAuthUserTokenInfo
Since: 1.1.0

Summary

The OAuth user token information that can be used by clients, in exchange for user credentials, to access OAuth token-secured ArcGIS content and services.

Properties

PropertyTypeNullableReadonlySummary
No
Yes

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

No
Yes

The access token expiration date.

No
Yes

True if the token must be passed over HTTPS, false otherwise.

No
Yes

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

Yes
Yes

The date that the refresh token should be exchanged.

Yes
Yes

The date that the refresh token expires.

AccessToken

string AccessToken

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

ExpirationDate

DateTimeOffset ExpirationDate

The access token expiration date.

IsSSLRequired

bool IsSSLRequired

True if the token must be passed over HTTPS, false otherwise.

RefreshToken

string RefreshToken

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

RefreshTokenExchangeDate

DateTimeOffset RefreshTokenExchangeDate

The date that the refresh token should be exchanged.

RefreshTokenExpirationDate

DateTimeOffset RefreshTokenExpirationDate

The date that the refresh token expires.

This is available only for ArcGIS.com and ArcGIS Enterprise version 10.9.1 and above.

Methods

SignatureReturn TypeSummary

Equals(ArcGISOAuthUserTokenInfo)

bool

Tests if the two ArcGISOAuthUserTokenInfo objects are equal.

Equals

Tests if the two ArcGISOAuthUserTokenInfo objects are equal.

Since 1.1.0

Arguments
NameTypeSummary
other

The token information to compare to.

Returns bool

True if the comparison succeeds and the objects are equal, false otherwise.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.