UNPKG

ashish-sdk

Version:
5 lines (4 loc) 415 B
export declare function fetchSessionInfoService(authVerificationUrl: string): Promise<any>; export declare function fetchAuthTokenService(authEndpoint: string): Promise<any>; export declare function fetchAuthService(thoughtSpotHost: string, username: string, authToken: string): Promise<any>; export declare function fetchBasicAuthService(thoughtSpotHost: string, username: string, password: string): Promise<any>;