Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface FedCmLoginPatch

    Configure FedCM login settings for New Universal Login

    interface FedCmLoginPatch {
        google?: FedCmLoginGooglePatch | null;
    }
    Index
    google?: FedCmLoginGooglePatch | null