authentication property
Authentication configuration. This is required to authenticate Aiuta to use digital try-on API with your credentials. Supported authentication methods are ApiKey and JWT. When using JWT, only sensitive requests (such as starting virtual try-on) are authenticated with JWT. Other requests are authenticated with your subscription id. Please see Aiuta API documentation for instructions on how to get your credentials.
Implementation
final AiutaAuthentication authentication;