Uses of Class
es.kukenan.smartfi.microservice.security.gateway.events.otp.OtpGeneratedEventBody
Packages that use OtpGeneratedEventBody
Package
Description
Onboarding already client event classes.
-
Uses of OtpGeneratedEventBody in es.kukenan.smartfi.microservice.security.gateway.events.otp
Constructors in es.kukenan.smartfi.microservice.security.gateway.events.otp with parameters of type OtpGeneratedEventBodyModifierConstructorDescriptionOtpGeneratedEvent(String requestId, String companyId, String origin, String operationType, String messageId, Long creationTs, String channel, String session, String manager, String userId, OtpGeneratedEventBody body) State constructor.OtpGeneratedEvent(String requestId, String companyId, String origin, String operationType, String messageId, Long creationTs, String channel, String session, String manager, String userId, OtpGeneratedEventBody body, String userIp, String userAgent) State constructor.