configuration/auth/aiuta_auth
library
Classes
-
AiutaApiKeyAuth
-
This class is used to authenticate Aiuta using ApiKey, all requests from SDK to Aiuta API are authenticated with this key.
Please see Aiuta API documentation for instructions on how to get your ApiKey.
-
AiutaAuth
-
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 AiutaApiKeyAuth or AiutaJwtAuth.
-
AiutaJwtAuth
-
This class is used to authenticate Aiuta using JWT and subscriptionId.
JWT is used to authenticate sensitive requests (such as starting virtual try-on).
Other requests are authenticated with your subscriptionId.
Please see Aiuta API documentation for instructions on how to get your subscription id.