apiKey property
App Store Connect API key identifier for JWT authentication.
The key ID of the API key created in App Store Connect.
Used for JWT-based authentication as an alternative to username/password.
Requires corresponding apiIssuer for proper authentication.
Example: "ABC123DEF4" Can be found in App Store Connect > Users and Access > Keys
Implementation
final String? apiKey;