Class OtpGeneratedEventBody
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEventBody
public class OtpGeneratedEventBody
extends es.kukenan.smartfi.events.common.AbstractEventBody
Base class for the body of any OTP event.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOtpGeneratedEventBody(String otp, String userId, String deviceId, Boolean ignorePrimaryChannel) Full state constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventBody
canEqual, equals, getPrincipal, hashCode, setPrincipal, toString
-
Field Details
-
otp
OTP code. -
userId
User identifier. -
deviceId
Device id. -
ignorePrimaryChannel
Indicates if the primary channel should be ignored..
-
-
Constructor Details