UNPKG

@arc-publishing/sdk-identity

Version:
5 lines (4 loc) 304 B
/// <reference types="google.accounts" /> import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; import { UserIdentity } from './userIdentity'; export default function signInWithGoogle(response: globalThis.google.accounts.id.CredentialResponse): Promise<UserIdentity | APIErrorResponse>;