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 MfaVerificationResultDto
AuthenticationAPI. 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 MfaVerificationResultDto
IMsUserAuthenticationService. 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 MfaVerificationResultDto
IAuthenticationHandler. 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 MfaVerificationResultDto
AuthenticationHandler. verifyMfaCode(String code, String tempToken, boolean saveAuthentication)
-