Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
handlers/ntlm
NtlmCredentialHandler
Class NtlmCredentialHandler
Hierarchy
NtlmCredentialHandler
NtlmCredentialHandler
Implements
IRequestHandler
Index
Constructors
constructor
Methods
can
Handle
Authentication
handle
Authentication
prepare
Request
Constructors
constructor
new
NtlmCredentialHandler
(
username
:
string
,
password
:
string
,
workstation
?:
string
,
domain
?:
string
,
)
:
NtlmCredentialHandler
Parameters
username
:
string
password
:
string
Optional
workstation
:
string
Optional
domain
:
string
Returns
NtlmCredentialHandler
Methods
can
Handle
Authentication
canHandleAuthentication
(
response
:
IHttpClientResponse
)
:
boolean
Parameters
response
:
IHttpClientResponse
Returns
boolean
handle
Authentication
handleAuthentication
(
httpClient
:
IHttpClient
,
requestInfo
:
IRequestInfo
,
objs
:
any
,
)
:
Promise
<
IHttpClientResponse
>
Parameters
httpClient
:
IHttpClient
requestInfo
:
IRequestInfo
objs
:
any
Returns
Promise
<
IHttpClientResponse
>
prepare
Request
prepareRequest
(
options
:
RequestOptions
)
:
void
Parameters
options
:
RequestOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
can
Handle
Authentication
handle
Authentication
prepare
Request
azure-devops-node-api
Loading...