UNPKG

gdata-vaas

Version:

An SDK to for G DATA VaaS. Verdicts as a service.

8 lines 287 B
import { Message } from "./message"; export declare class AuthenticationResponse extends Message { constructor(session_id: string, success: boolean, text: string); session_id: string; success: boolean; text: string; } //# sourceMappingURL=authentication_response.d.ts.map