GetBearerTokenProviderOptions interface
The options to configure the token provider.
Properties
abort |
The abort signal to abort requests to get tokens |
tracing |
The tracing options for the requests to get tokens |
Property Details
abortSignal
The abort signal to abort requests to get tokens
abortSignal?: AbortSignal
Property Value
AbortSignal
tracingOptions
The tracing options for the requests to get tokens
tracingOptions?: { tracingContext?: TracingContext }
Property Value
{ tracingContext?: TracingContext }