This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
### Tasks
- [ ] Modify BearerToken policy to handle CAE
- [ ] Add options for token requests
- [ ] Update credentials to do the right thing with options
- [ ] Add protocol for token requests
- [ ] Seperate token caches to not cache CAE with non-CAE
Add CAE support in C++.