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