Package com.skava.model.responses
Class MfaAuthResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.MfaAuthResponse
- All Implemented Interfaces:
Serializable
public class MfaAuthResponse
extends com.skava.core.validation.OutputModel
This class defines the MFA Authenticator Response model holds the mfa authenticator details.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMfaAuthResponse
(MfaAuthenticator mfaAuthenticator) Instantiates a new MfaAuthResponse object. -
Method Summary
-
Constructor Details
-
MfaAuthResponse
Instantiates a new MfaAuthResponse object.- Parameters:
mfaAuthenticator
- Holds theMfaAuthenticator
objects.
-