biuauthui
Version:
Ui modal for biuAuth
10 lines (9 loc) • 650 B
TypeScript
import { OPENLOGIN_NETWORK_TYPE } from "@toruslabs/openlogin-utils";
export declare function capitalizeFirstLetter(string: string): string;
export declare const BASE_URL = "https://biubiu.id";
export declare const PASSWORDLESS_BACKEND: Record<OPENLOGIN_NETWORK_TYPE, string>;
export declare const NODE_REAL_CHAIN: {
[p: number]: string;
};
export declare const OPENLOGIN_PROVIDERS: ("line" | "google" | "facebook" | "reddit" | "discord" | "twitch" | "apple" | "github" | "kakao" | "linkedin" | "twitter" | "weibo" | "wechat" | "email_passwordless" | "sms_passwordless" | "webauthn" | "jwt")[];
export declare const OPENLOGIN_PROVIDERS_NAMES: {};