UNPKG

hcc-imageright-apis

Version:

imageright APIs

5 lines (4 loc) 173 B
export interface AuthResponse { AccessToken: string; } export declare function authenticate(baseURL: string, UserName: string, Password: string): Promise<AuthResponse>;