OAuthUserTokenInfo class final
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.
- Implemented types
Properties
- accessToken → String
-
The access token to be used to make an authenticated request.
no setter
- expirationDate → DateTime
-
The access token expiration date.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isSslRequired → bool
-
True if the token must be passed over HTTPS, false otherwise.
no setter
- refreshToken → String
-
The refresh token to be used to refresh the access token.
no setter
- refreshTokenExchangeDate → DateTime?
-
The date that the refresh token should be exchanged.
no setter
- refreshTokenExpirationDate → DateTime?
-
The date that the refresh token expires.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override