mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
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