Package version:
OptionalabortThe signal which can be used to abort requests.
OptionalclaimsClaim details to perform the Continuous Access Evaluation authentication flow
OptionalenableIndicates whether to enable the Continuous Access Evaluation authentication flow
OptionalproofOptions for Proof of Possession token requests
The nonce value required for PoP token requests. This is typically retrieved from the WWW-Authenticate header of a 401 challenge response. This is used in combination with resourceRequestUrl and resourceRequestMethod to generate the PoP token.
The HTTP method of the request. This is used in combination with resourceRequestUrl and nonce to generate the PoP token.
The URL of the request. This is used in combination with resourceRequestMethod and nonce to generate the PoP token.
OptionalrequestOptions used when creating and sending HTTP requests for this operation.
Optionaltimeout?: numberThe number of milliseconds a request can take before automatically being terminated.
OptionaltenantAllows specifying a tenantId. Useful to handle challenges that provide tenant Id hints.
OptionaltracingOptions used when tracing is enabled.
OptionaltracingTracing Context for the current request.
Defines options for TokenCredential.getToken.