username property

String? username
final

Apple ID username for App Store Connect authentication.

The Apple ID email address used for authentication with App Store Connect. Required when using username/password authentication method. Alternative to JWT authentication using API key and issuer.

Example: "developer@example.com"

Implementation

final String? username;