Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "host"

Index

Type aliases

AccountValidator

AccountValidator: function

Validates an account.

param

The username.

param

The password.

returns

The result that indicates, if account is valid or not.

Type declaration

AccountValidatorResult

AccountValidatorResult: boolean | void | undefined | null

The possible results of an account validator.

RequestValidator

RequestValidator: function

Validates a request.

param

The username.

param

The password.

returns

The result that indicates, if request is valid or not.

Type declaration

RequestValidatorResult

RequestValidatorResult: boolean | void | undefined | null

The possible results of an request validator.

Variables

Const DEFAULT_PORT

DEFAULT_PORT: 55555 = 55555

The default TCP port for a host.

Const HEADER_TYPE

HEADER_TYPE: "x-share-folder-type" = "x-share-folder-type"

HTTP header with a folder item type.

Generated using TypeDoc