UNPKG

@arc-publishing/sdk-identity

Version:
9 lines (8 loc) 632 B
import { GoogleSignInRenderOptions } from './socialSignOnTypes'; export declare const GOOGLE_SDK_URL = "https://apis.google.com/js/platform.js"; export declare const loadGoogleAuthSDK: (init?: Function) => Promise<void>; export declare const getGoogleAuthInstance: () => Promise<void>; export declare const initGoogleAuth: (clientId?: string) => Promise<void>; export declare const initGoogleAuthSDK: (clientId?: string) => Promise<void>; export declare function initGoogleLogin(clientId?: string, renderOptions?: GoogleSignInRenderOptions, buttonId?: string, customButton?: boolean): Promise<void>; export default initGoogleLogin;