authenticate static method
- SDKNativeEngine sdkNativeEngine,
- AuthenticationCallback callback
Uses the authentication service that is connected to the given SDK engine to authenticate and retrieve a secure token.
This method operates asynchronously.
-
sdkNativeEngineThe SDK engine instance. -
callbackCallback to retrieve an authentication token on the main thread.
Implementation
static void authenticate(SDKNativeEngine sdkNativeEngine, AuthenticationCallback callback) => $prototype.authenticate(sdkNativeEngine, callback);