OAuthApplicationTokenInfo class final

The OAuth application token information that can be used to access ready-to-use services, such as basemap layers, geocoding, and routing.

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
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