timebased otp 优化
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package org.dromara.maxkey.entity.dto;
|
||||
|
||||
public record TimeBasedDto(String displayName,String username,int digits,int period,String sharedSecret,String qrCode,String otpCode) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user