Class VaultTOTPGenerateCodeResult
- java.lang.Object
-
- io.quarkus.vault.runtime.client.dto.totp.VaultTOTPGenerateCodeResult
-
- All Implemented Interfaces:
VaultModel
public class VaultTOTPGenerateCodeResult extends Object implements VaultModel
-
-
Field Summary
Fields Modifier and Type Field Description VaultTOTPGenerateCodeDatadata
-
Constructor Summary
Constructors Constructor Description VaultTOTPGenerateCodeResult()
-
-
-
Field Detail
-
data
public VaultTOTPGenerateCodeData data
-
-