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

    Interface NativeSocialLoginPatch

    Configure native social settings

    interface NativeSocialLoginPatch {
        apple?: NativeSocialLoginApplePatch | null;
        facebook?: NativeSocialLoginFacebookPatch | null;
        google?: NativeSocialLoginGooglePatch | null;
    }
    Index

    Properties