Tag: c sharp

Simple Bearer Token Credential Wrapper for C# (Azure SDK)

The Azure SDK has a TokenCredential Class which is abstract and there are quite a few Token Credential Classes see this full list. Azure.Identity.AuthorizationCodeCredential Azure.Identity.AzureCliCredential Azure.Identity.AzurePowerShellCredential Azure.Identity.ChainedTokenCredential Azure.Identity.ClientAssertionCredential Azure.Identity.ClientCertificateCredential …