UNPKG

@paroicms/server

Version:
4 lines (3 loc) 247 B
import type { Profile } from "passport-google-oauth20"; import type { LoginFailed, OAuthSuccess } from "../admin-backend/auth/auth.types.js"; export declare function validateOAuthLogin(googleAccount: Profile): Promise<OAuthSuccess | LoginFailed>;