io.quarkus.vault.runtime.client.dto.totp.VaultTOTPCreateKeyData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-vault Show documentation
Show all versions of quarkus-vault Show documentation
Store your credentials securely in HashiCorp Vault
package io.quarkus.vault.runtime.client.dto.totp;
import io.quarkus.vault.runtime.client.dto.VaultModel;
public class VaultTOTPCreateKeyData implements VaultModel {
public String barcode;
public String url;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy