configuration/auth/aiuta_authentication
library
Classes
-
AiutaAuthentication
-
Base class for Aiuta authentication.
This class is used to authenticate Aiuta to use digital try-on API with your credentials.
Supported authentication methods are ApiKey and JWT.
-
ApiKeyAuthentication
-
ApiKey authentication.
This class is used to authenticate Aiuta using ApiKey.
Please see Aiuta API documentation for instructions on how to get your API key.
-
JWTAuthentication
-
JWT authentication.
This class is used to authenticate Aiuta using JWT.
JWT is used to authenticate sensitive requests (such as starting virtual try-on).
Other requests are authenticated with your subscription id.
Please see Aiuta API documentation for instructions on how to get your subscription id.