Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
nodejs
/
callDir
/
node_modules
/
soap
/
lib
/
security
:
BasicAuthSecurity.d.ts
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import { IHeaders, ISecurity } from '../types'; export declare class BasicAuthSecurity implements ISecurity { private _username; private _password; private defaults; constructor(username: string, password: string, defaults?: any); addHeaders(headers: IHeaders): void; toXML(): string; addOptions(options: any): void; }