Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BearerTokenAuthenticationPolicyOptions

Package version

Options to configure the bearerTokenAuthenticationPolicy

Hierarchy

  • BearerTokenAuthenticationPolicyOptions

Index

Properties

Optional challengeCallbacks

challengeCallbacks: ChallengeCallbacks

Allows for the processing of Continuous Access Evaluation challenges. If provided, it must contain at least the authorizeRequestOnChallenge method. If provided, after a request is sent, if it has a challenge, it can be processed to re-send the original request with the relevant challenge information.

Optional credential

credential: TokenCredential

The TokenCredential implementation that can supply the bearer token.

scopes

scopes: string | string[]

The scopes for which the bearer token applies.

Generated using TypeDoc