@twilio/flex-sdk
    Preparing search index...

    Interface AuthenticationConfigParams

    Parameters for retrieving authentication configuration.

    interface AuthenticationConfigParams {
        accountSid?: string;
        appType?: AppType;
        instanceSid?: string;
        runtimeDomain?: string;
        ssoProfileSid?: string;
    }
    Index

    Properties

    accountSid?: string
    appType?: AppType
    instanceSid?: string
    runtimeDomain?: string
    ssoProfileSid?: string