Skip to content

Commit 1d5a6cd

Browse files
committed
Add request and challenge callbacks to BearerTokenAuthorizationPolicy
1 parent 1bef1b5 commit 1d5a6cd

File tree

6 files changed

+660
-48
lines changed

6 files changed

+660
-48
lines changed

sdk/core/azure_core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Features Added
66

77
- Added `continuation_token` to `PagerOptions`.
8+
- Added extensible request authorization and authentication challenge handling to `BearerTokenAuthorizationPolicy`.
9+
- `OnRequest`, `OnChallenge`, and `Authorizer` traits define callbacks for these features.
10+
- `with_on_request()` and `with_on_challenge()` builder methods set callbacks for a policy instance.
811

912
### Breaking Changes
1013

0 commit comments

Comments
 (0)