UNPKG

@web3auth/modal

Version:

Multi chain wallet aggregator for web3Auth

8 lines (7 loc) 743 B
import { AUTH_CONNECTION_TYPE, BUILD_ENV_TYPE } from "@web3auth/auth"; export declare function capitalizeFirstLetter(string: string): string; export declare const restrictedLoginMethods: Set<AUTH_CONNECTION_TYPE>; export declare const AUTH_PROVIDERS: ("google" | "twitter" | "facebook" | "discord" | "farcaster" | "apple" | "github" | "reddit" | "line" | "kakao" | "linkedin" | "twitch" | "telegram" | "wechat" | "email_passwordless" | "sms_passwordless" | "custom" | "passkeys" | "authenticator")[]; export declare const AUTH_PROVIDERS_NAMES: Record<AUTH_CONNECTION_TYPE, string>; export declare const PASSWORDLESS_BUILD_ENV_MAP: Record<BUILD_ENV_TYPE, string>; export declare const CAPTCHA_SITE_KEY = "d5f0c15c-eeda-4f9c-934a-d8e0348e83b2";