All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.vault.runtime.client.dto.totp.VaultTOTPValidateCodeResult Maven / Gradle / Ivy

The newest version!
package io.quarkus.vault.runtime.client.dto.totp;

import io.quarkus.vault.runtime.client.dto.VaultModel;

public class VaultTOTPValidateCodeResult implements VaultModel {

    public VaultTOTPValidateCodeData data;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy