Uses of Class
de.xima.fc.auth.MfaVerificationResultDto
Packages that use MfaVerificationResultDto
Package
Description
Package for API access to system configuration.
-
Uses of MfaVerificationResultDto in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return MfaVerificationResultDtoModifier and TypeMethodDescriptionAuthenticationAPI.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 MfaVerificationResultDtoModifier and TypeMethodDescriptionIMsUserAuthenticationService.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 MfaVerificationResultDtoModifier and TypeMethodDescriptionIAuthenticationHandler.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 MfaVerificationResultDtoModifier and TypeMethodDescriptionAuthenticationHandler.verifyMfaCode(String code, String tempToken, boolean saveAuthentication)