Uses of Class
com.skava.model.datatransferobjects.MfaAuthenticator
Packages that use MfaAuthenticator
Package
Description
This package contains the user response model classes.
This package contains the controller classes.
-
Uses of MfaAuthenticator in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type MfaAuthenticatorModifierConstructorDescriptionMfaAuthResponse
(MfaAuthenticator mfaAuthenticator) Instantiates a new MfaAuthResponse object. -
Uses of MfaAuthenticator in com.skava.web
Methods in com.skava.web that return types with arguments of type MfaAuthenticatorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MfaAuthenticator>
AuthController.updateMfaAuthenticator
(long userId, MfaAuthenticator mfaAuthenticator, String locale, Long collectionId, String authToken, String version, Long businessId, long storeId) This service is used to update the MFA authenticator.Methods in com.skava.web with parameters of type MfaAuthenticatorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MfaAuthenticator>
AuthController.updateMfaAuthenticator
(long userId, MfaAuthenticator mfaAuthenticator, String locale, Long collectionId, String authToken, String version, Long businessId, long storeId) This service is used to update the MFA authenticator.