UNPKG

42api

Version:
11 lines (10 loc) 266 B
export declare class Connection { server: string; entryPoint: string; tokenUrl: string; clientId: string; clientSecret: string; private currentToken; constructor(clientId: string, clientSecret: string); getToken(): Promise<string>; }