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

    Interface SSOSessionOptions

    Options for Single Sign-On (SSO) authentication.

    interface SSOSessionOptions {
        appType?: AppType;
        autoUpdateToken: true;
        isConsoleLogin: false;
        refreshToken: string;
        ssoProfileSid: string;
    }
    Index

    Properties

    appType?: AppType
    autoUpdateToken: true
    isConsoleLogin: false
    refreshToken: string
    ssoProfileSid: string