password property
Password for Apple ID authentication.
Password for the specified Apple ID username. Can be provided as:
- Plain text password (not recommended for production)
- Keychain reference (@keychain:AC_PASSWORD)
- Environment variable (@env:AC_PASSWORD)
For security, use app-specific passwords when 2FA is enabled. Example: "@keychain:AC_PASSWORD"
Implementation
final String? password;