Get authentication config from the server
Authentication config parameters
import { getAuthenticationConfig } from "@twilio/flex-sdk";const authConfig = await getAuthenticationConfig({ runtimeDomain: "test-runtime-domain", appType: "web"}); Copy
import { getAuthenticationConfig } from "@twilio/flex-sdk";const authConfig = await getAuthenticationConfig({ runtimeDomain: "test-runtime-domain", appType: "web"});
Get authentication config from the server