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

    Interface ConsoleLoginDetailsParams

    Parameters for generating Twilio Console login details and authentication URLs.

    interface ConsoleLoginDetailsParams {
        accountSid?: string;
        appType?: AppType;
        clientId: string;
        instanceSid?: string;
        isConsoleLogin: true;
        redirectUrl?: string;
    }
    Index

    Properties

    accountSid?: string

    Account for which the auth code was obtained.

    appType?: AppType

    App type. This is needed if it was provided in the initial authentication request.

    clientId: string

    The connection id for the specific account (obtained via the getAccountConfig).

    instanceSid?: string

    Flex instance for which the auth code was obtained.

    isConsoleLogin: true

    Flag indicating console login (Must be true for console login)

    redirectUrl?: string

    Redirect url where to return back after the identity provider user authentication.