@vertx/auth-digest
v3.7.1
Published
Generated Eclipse Vert.x bindings for 'vertx-auth-htdigest'
Downloads
3
Readme
Generated JavaScript bindings for Eclipse Vert.x.
Documentation
Usage
Import the required API
/Enum
/DataObject
and profit!
// Base API
const Api = require('@vertx/auth-htdigest');
// Base ENUMs
const Enums = require('@vertx/auth-htdigest/enums');
// DataObject's
const Options = require('@vertx/auth-htdigest/options');
// refer to the API docs for specific help...
// your code here!!!
Typescript
This package includes Typescript typedefinitions and your IDE should find then automatically.
When working in a project you can enable type hinting for the runtime as:
/// <definition types="@vertx/core/runtime" />
// @ts-check
// your TypeScript code here...