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