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

    Interface SSOLoginDetailsParams

    Parameters for generating SSO login details and authentication URLs.

    interface SSOLoginDetailsParams {
        appType?: AppType;
        clientId: string;
        isConsoleLogin?: false;
        redirectUrl?: string;
        ssoProfileSid: string;
    }
    Index

    Properties

    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).

    isConsoleLogin?: false

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

    redirectUrl?: string

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

    ssoProfileSid: string

    SSO profile for which the auth code was obtained. (Required for SSO login)