@arc-publishing/sdk-identity
Version:
JS Identity SDK for working with Identity API
5 lines (4 loc) • 304 B
TypeScript
/// <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>;