UNPKG

snowflake-sdk

Version:
3 lines (2 loc) 207 B
export declare const PENDING_AUTHS: Map<string, Promise<unknown>>; export declare function coordinateAuth(host: string, username: string, authType: string, authFn: () => Promise<unknown>): Promise<unknown>;