Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
handlers/basiccreds
BasicCredentialHandler
Class BasicCredentialHandler
Hierarchy
BasicCredentialHandler
BasicCredentialHandler
Implements
IRequestHandler
Index
Constructors
constructor
Properties
allow
Cross
Origin
Authentication
origin
password
username
Methods
can
Handle
Authentication
handle
Authentication
prepare
Request
Constructors
constructor
new
BasicCredentialHandler
(
username
:
string
,
password
:
string
,
allowCrossOriginAuthentication
?:
boolean
,
)
:
BasicCredentialHandler
Parameters
username
:
string
password
:
string
allowCrossOriginAuthentication
:
boolean
= true
Returns
BasicCredentialHandler
Properties
allow
Cross
Origin
Authentication
allowCrossOriginAuthentication
:
boolean
origin
origin
:
string
password
password
:
string
username
username
:
string
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
:
any
)
:
void
Parameters
options
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
allow
Cross
Origin
Authentication
origin
password
username
Methods
can
Handle
Authentication
handle
Authentication
prepare
Request
azure-devops-node-api
Loading...