You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Authenticates using tokens in the local cache shared between Microsoft applications.
/// </summary>
What's meant by "between Microsoft applications"? When is it appropriate to use this credential type? Let's clean this up, so that customers reading the API ref page better understand its purpose. Kudos to @sadukie for the feedback!
Library name
Azure.Identity
Please describe the feature.
The
SharedTokenCacheCredential
class' XML docs do a poor job of explaining its purpose:azure-sdk-for-net/sdk/identity/Azure.Identity/src/Credentials/SharedTokenCacheCredential.cs
Lines 17 to 19 in f38a2ef
What's meant by "between Microsoft applications"? When is it appropriate to use this credential type? Let's clean this up, so that customers reading the API ref page better understand its purpose. Kudos to @sadukie for the feedback!
Additionally, add a row for
SharedTokenCacheCredential
to the table at https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md#authenticating-via-development-tools.The text was updated successfully, but these errors were encountered: