me.qyh.instd4j.parser.auth.TwoFactorCodeProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of instd4j Show documentation
Show all versions of instd4j Show documentation
Instagram private api for download
The newest version!
package me.qyh.instd4j.parser.auth;
import java.util.concurrent.Future;
public interface TwoFactorCodeProvider {
Future getCodeFuture(String username);
}