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

users.User Maven / Gradle / Ivy

package users;

public interface User {
    public String getUsername();

    public String getPassword();

    public String getTotpSecret();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy