improvements on nflow workflows
This commit is contained in:
12
src/main/java/zw/qantra/tm/domain/dtos/VerifyRequest.java
Normal file
12
src/main/java/zw/qantra/tm/domain/dtos/VerifyRequest.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package zw.qantra.tm.domain.dtos;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class VerifyRequest {
|
||||
private String username;
|
||||
private String otpCode;
|
||||
private String otpType;
|
||||
private Long workflowId;
|
||||
private String externalId;
|
||||
}
|
||||
Reference in New Issue
Block a user