Client secret credential for Azure Active Directory.
Planned for v0.2.0. This module documents the interface and will acquire OAuth2 tokens via the Microsoft identity platform.
@type t() :: %AzureSDK.Identity.ClientSecretCredential{ client_id: String.t(), client_secret: String.t(), tenant_id: String.t() }