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

me.qyh.instd4j.parser.auth.TwoFactorCodeProvider Maven / Gradle / Ivy

The newest version!
package me.qyh.instd4j.parser.auth;

import java.util.concurrent.Future;

public interface TwoFactorCodeProvider {

    Future getCodeFuture(String username);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy