UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

5 lines (4 loc) 213 B
export declare class CatavoltAuth { static getOAuthUrl(tenantId: string, proofKey: string, clientType: string, xhaRedirectURL: string): Promise<string>; static _getOAuthReqUrl(tenantId: string): string; }