-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose Credential type for DefaultAzureCredential and ChainedTokenCredential #8948
Comments
Related: Azure/azure-sdk-for-java#6591 |
Hi @jongio, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
When using DefaultAzureCredential or ChainedTokenCredential I find it useful to know which credential type is being used. Right now I have to resort to reflection or EventSource:
I would rather do something like this:
I understand that GetToken isn't called until a network call is needed, but a user could call GetToken() first if they really need to know the Credential type.
The text was updated successfully, but these errors were encountered: