BearerTokenAuthenticationPolicyOptions interface
Options to configure the bearerTokenAuthenticationPolicy
Properties
| credential | The TokenCredential implementation that can supply the bearer token. |
| scopes | The scopes for which the bearer token applies. |
Property Details
credential
The TokenCredential implementation that can supply the bearer token.
credential: TokenCredential
Property Value
scopes
The scopes for which the bearer token applies.
scopes: string | string[]
Property Value
string | string[]