UNPKG

@arc-publishing/sdk-identity

Version:
14 lines (13 loc) 407 B
/// <reference types="google.accounts" /> import { LegacyGoogleSettings } from './socialSignOnTypes'; export interface Options { apiOrigin?: string; baseDomain?: string; google?: LegacyGoogleSettings | typeof google; profileStorageOpt?: { storageExp?: Date; ignoreProfile?: boolean; }; ampReaderId?: string; } export default function options(options: Options): void;