UNPKG

gdata-vaas

Version:

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

7 lines 369 B
export * from "./Vaas"; export * from "./Verdict"; export * from "./CancellationToken"; export * from "./VaasErrors"; export { default as ClientCredentialsGrantAuthenticator } from "./ClientCredentialsGrantAuthenticator"; export { default as ResourceOwnerPasswordGrantAuthenticator } from "./ResourceOwnerPasswordGrantAuthenticator"; //# sourceMappingURL=Index.d.ts.map