apiIssuer property
App Store Connect API issuer identifier for JWT authentication.
The issuer ID associated with the API key from App Store Connect.
Required when using JWT authentication with apiKey.
Provides the organization context for API key validation.
Format: UUID string Example: "12345678-1234-1234-1234-123456789012"
Implementation
final String? apiIssuer;