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

    Interface RefreshTokenParams

    Parameters for refreshing authentication tokens to extend session.

    interface RefreshTokenParams {
        accountSid?: string;
        appType?: AppType;
        instanceSid?: string;
        isConsoleLogin?: boolean;
        refreshToken?: string;
        ssoProfileSid?: 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.

    instanceSid?: string

    Flex instance for which the auth code was obtained.

    isConsoleLogin?: boolean

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

    refreshToken?: string

    Used to extend session without re-authentication.

    ssoProfileSid?: string

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