@sheerid/jslib
    Preparing search index...

    Type Alias SSOResponse

    SSOResponse: {
        cancelUrl: string;
        currentStep: "sso";
        errorIds?: [ErrorId];
        loginUrl: string;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment

    Response from REST API indicating that SSO is expected to be submitted next.