azureTenantId property
String?
get
azureTenantId
Gets the Azure AD tenant ID from the environment variables.
Returns:
- The Azure AD tenant ID as a string.
Implementation
String? get azureTenantId => env["AZURE_TENANT_ID"];