Names
    Preparing search index...

    Variable AuthPathsConst

    AuthPaths: StringRecord<
        {
            forgotPassword: "forgotPassword";
            loginWithCredentials: "loginWithCredentials";
            loginWithOtp: "loginWithOtp";
            logoutFromAllSessions: "logoutFromAllSessions";
            logoutFromCurrentSession: "logoutFromCurrentSession";
            resetPassword: "resetPassword";
            subscribe: "subscribe";
        },
    > = ...