Search
Preparing search index...
The search index is not available
microsoft-authentication-libraries-for-js
Options
All
Public
Public/Protected
All
Inherited
Menu
microsoft-authentication-libraries-for-js
@azure/msal-common
NetworkManager
Class NetworkManager
Hierarchy
NetworkManager
Index
Constructors
constructor
Methods
send
Post
Request
Constructors
constructor
new
Network
Manager
(
networkClient
:
INetworkModule
, cacheManager
:
CacheManager
)
:
NetworkManager
Parameters
networkClient:
INetworkModule
cacheManager:
CacheManager
Returns
NetworkManager
Methods
send
Post
Request
send
Post
Request<T>
(
thumbprint
:
RequestThumbprint
, tokenEndpoint
:
string
, options
:
NetworkRequestOptions
)
:
Promise
<
NetworkResponse
<
T
>
>
Wraps sendPostRequestAsync with necessary preflight and postflight logic
Type parameters
T
Parameters
thumbprint:
RequestThumbprint
tokenEndpoint:
string
options:
NetworkRequestOptions
Returns
Promise
<
NetworkResponse
<
T
>
>
Modules
@azure/msal
@azure/msal-
angular
@azure/msal-
browser
@azure/msal-
common
@azure/msal-
node
@azure/msal-
react
@azure/node-
token-
validation
Network
Manager
constructor
send
Post
Request
Generated using
TypeDoc
Wraps sendPostRequestAsync with necessary preflight and postflight logic