set Authentication Token
abstract fun setAuthenticationToken(token: OnlineServicesTokenParameters, callback: OnlineServicesCallback): SdkReleasable
Sets the Token (JSON Web Token) used to authenticate on Navigation Online Services
Return
An instance of SdkReleasable to manage the lifecycle of the callback.
Parameters
token
The object holding the JWT authentication token and related data.
callback
The callback to be invoked when the operation is complete.