ashish-sdk
Version:
ThoughtSpot Embed SDK
5 lines (4 loc) • 415 B
TypeScript
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>;