MCPcopy
hub / github.com/vpulim/node-soap / IWSSecurityOptions

Interface IWSSecurityOptions

src/security/WSSecurity.ts:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const validPasswordTypes = ['PasswordDigest', 'PasswordText'];
6
7export interface IWSSecurityOptions {
8 passwordType?: string;
9 hasTimeStamp?: boolean;
10 hasNonce?: boolean;
11 hasTokenCreated?: boolean;
12 actor?: string;
13 mustUnderstand?;
14 envelopeKey?: string;
15 appendElement?: string;
16}
17
18export class WSSecurity implements ISecurity {
19 private _username: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected