datasquirel/dist/package-shared/actions/users/social/google-auth.d.ts
Benjamin Toby 5a4d4448a5 Updates
2025-07-18 19:44:23 +01:00

6 lines
402 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, debug, secureCookie, loginOnly, useLocal, apiVersion, skipWriteAuthFile, cleanupTokens, }: GoogleAuthParams): Promise<APIResponseObject>;