Skip to content

Latest commit

 

History

History
95 lines (51 loc) · 2.68 KB

_soap_auth_.md

File metadata and controls

95 lines (51 loc) · 2.68 KB

onvif-rx"soap/auth"

Module: "soap/auth"

Index

Interfaces

Functions

Object literals

Functions

Const createUserToken

createUserToken(timeDifference: number): IReader‹IDeviceConfig, IMaybe‹PromiseLike‹string›››

Defined in soap/auth.ts:42

Parameters:

Name Type Default
timeDifference number 0

Returns: IReader‹IDeviceConfig, IMaybe‹PromiseLike‹string›››


Const onvifDigest

onvifDigest(dateIsoString: string): IReader‹IDeviceConfig, IMaybe‹PromiseLike‹IDigestBag›››

Defined in soap/auth.ts:16

Parameters:

Name Type
dateIsoString string

Returns: IReader‹IDeviceConfig, IMaybe‹PromiseLike‹IDigestBag›››

Object literals

Const TOKENS

TOKENS: object

Defined in soap/auth.ts:33

cr

cr: string = "wsu:Created"

Defined in soap/auth.ts:39

nc

nc: string = "wsse:Nonce"

Defined in soap/auth.ts:38

pw

pw: string = "wsse:Password"

Defined in soap/auth.ts:37

s

s: string = "wsse:Security"

Defined in soap/auth.ts:34

un

un: string = "wsse:Username"

Defined in soap/auth.ts:36

unt

unt: string = "wsse:UsernameToken"

Defined in soap/auth.ts:35