Class UserPortalMfaRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.xima.fc.user_portal.api.provider.model.UserPortalMfaRequiredException
All Implemented Interfaces:
Serializable

public class UserPortalMfaRequiredException extends RuntimeException
Exception thrown when multi-factor authentication (MFA) is required for a user portal authentication process.
Since:
8.4.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • UserPortalMfaRequiredException

      public UserPortalMfaRequiredException(MfaTempTokenResponse mfaRequiredResponse)
  • Method Details