Auth0 Node.js SDK - v5.13.0
    Preparing search index...

    Interface FedCmLoginPatch

    Configure FedCM login settings for New Universal Login

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

    Properties

    Properties

    google?: FedCmLoginGooglePatch | null