Uses of Class
de.xima.fc.auth.MfaVerificationResultDto
- 
Packages that use MfaVerificationResultDto Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.auth de.xima.fc.handler.interfaces.system de.xima.fc.handler.system  - 
- 
Uses of MfaVerificationResultDto in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return MfaVerificationResultDto Modifier and Type Method Description MfaVerificationResultDtoAuthenticationAPI. verifyMfaCode(String code, String tempToken, boolean saveAuthentication)Verifies the provided MFA code against a temporary token. - 
Uses of MfaVerificationResultDto in de.xima.fc.auth
Methods in de.xima.fc.auth that return MfaVerificationResultDto Modifier and Type Method Description MfaVerificationResultDtoIMsUserAuthenticationService. verifyMfaCode(String code, String tempToken, boolean saveAuthentication)Verifies the provided MFA code against a temporary token. - 
Uses of MfaVerificationResultDto in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return MfaVerificationResultDto Modifier and Type Method Description MfaVerificationResultDtoIAuthenticationHandler. verifyMfaCode(String code, String tempToken, boolean saveAuthentication)Verifies the provided MFA code against a temporary token. - 
Uses of MfaVerificationResultDto in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return MfaVerificationResultDto Modifier and Type Method Description MfaVerificationResultDtoAuthenticationHandler. verifyMfaCode(String code, String tempToken, boolean saveAuthentication) 
 -