AzureSDK.Identity.ClientSecretCredential (Azure SDK v0.1.0)

Copy Markdown View Source

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.

Summary

Types

t()

@type t() :: %AzureSDK.Identity.ClientSecretCredential{
  client_id: String.t(),
  client_secret: String.t(),
  tenant_id: String.t()
}