Class MfaTempTokenResponse

java.lang.Object
de.xima.fc.api.rest.pub.impl.security.model.response.authentication.MfaTempTokenResponse
All Implemented Interfaces:
IAuthenticationResponse, Serializable

public final class MfaTempTokenResponse extends Object implements IAuthenticationResponse
Model representing a response indicating that two-factor authentication is required.
Since:
8.4.0
Author:
Norman Lorenz
See Also:
  • Constructor Details

    • MfaTempTokenResponse

      public MfaTempTokenResponse(String tempToken, String message, long expiresIn, String mfaType)
  • Method Details

    • getTempToken

      public String getTempToken()
    • getMessage

      public String getMessage()
    • getExpiresIn

      public long getExpiresIn()
    • getMfaType

      public String getMfaType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object