Authentication class abstract

Use the authentication class to authenticate and retrieve a secure token that can be used with other HERE services.

Constructors

Authentication()

Properties

hashCode → int
The hash code for this object.
no setterinherited
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.
inherited

Static Methods

authenticate(SDKNativeEngine sdkNativeEngine, AuthenticationCallback callback) → void
Uses the authentication service that is connected to the given SDK engine to authenticate and retrieve a secure token.
authenticateWithSDKNativeEngine(SDKNativeEngine sdkNativeEngine) AuthenticationData
Uses the authentication service that is connected to the given SDK engine to authenticate and retrieve a secure token.