authenticateWithSDKNativeEngine static method

AuthenticationData authenticateWithSDKNativeEngine(
  1. 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.

  • sdkNativeEngine The SDK engine instance.

Returns AuthenticationData. Authentication data.

Throws AuthenticationExceptionException. Authentication exception that describes the error.

Implementation

static AuthenticationData authenticateWithSDKNativeEngine(SDKNativeEngine sdkNativeEngine) => $prototype.authenticateWithSDKNativeEngine(sdkNativeEngine);