datasquirel/dist/package-shared/actions/users/social/google-auth.d.ts
Benjamin Toby f9725a1d6f Updates
2025-07-10 12:13:03 +01:00

6 lines
379 B
TypeScript

import { APIResponseObject, GoogleAuthParams } from "../../../types";
/**
* # SERVER FUNCTION: Login with google Function
*/
export default function googleAuth({ apiKey, token, database, response, encryptionKey, encryptionSalt, additionalFields, additionalData, apiUserID, debug, secureCookie, loginOnly, useLocal, apiVersion, }: GoogleAuthParams): Promise<APIResponseObject>;