Class MfaVerificationResponse
java.lang.Object
de.xima.fc.api.rest.pub.client.security.model.MfaVerificationResponse
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class MfaVerificationResponse
extends Object
implements Serializable
MfaVerificationResponse
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the MFA verification was successful.getToken()Get tokeninthashCode()voidsetSuccess(Boolean success) voidCreates a new model with the given enum and no other data.token(AuthenticationTokenResponse token) Creates a new model with the given enum and no other data.toString()
-
Field Details
-
JSON_PROPERTY_SUCCESS
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
-
Constructor Details
-
MfaVerificationResponse
public MfaVerificationResponse()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
success
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getSuccess
Indicates whether the MFA verification was successful.- Returns:
- success
-
setSuccess
-
token
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getToken
-
setToken
-
equals
-
hashCode
-
toString
-