authenticateWithSDKNativeEngine method - Authentication class - core library - Dart API
authenticateWithSDKNativeEngine
authenticateWithSDKNativeEngine static method
- SDKNativeEngine sdkNativeEngine
Uses the authentication service that is connected to the given SDK engine to authenticate and retrieve a secure token.
This method operates synchronously.
sdkNativeEngineThe SDK engine instance.
Returns AuthenticationData. Authentication data.
Throws AuthenticationExceptionException. Authentication exception that describes the error.
Implementation
static AuthenticationData authenticateWithSDKNativeEngine(SDKNativeEngine sdkNativeEngine) => $prototype.authenticateWithSDKNativeEngine(sdkNativeEngine);