UNPKG

345 BTypeScriptView Raw
1export declare const getAuthInfo: ({ platform, preferUnionId, asMainAccount, }?: {
2 platform?: string | undefined;
3 preferUnionId?: boolean | undefined;
4 asMainAccount?: boolean | undefined;
5}) => Promise<{
6 authData: import("../node_modules/@leancloud/adapter-types/types").AuthData;
7 platform: string;
8 provider: string;
9}>;