ltd.icecold.orange.bilibili.user.CaptchaCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OrangeAPI Show documentation
Show all versions of OrangeAPI Show documentation
The OrangeAPI provides some web API framework to easy develop
The newest version!
package ltd.icecold.orange.bilibili.user;
import ltd.icecold.orange.bilibili.bean.LoginChallenge;
/**
* @author Ice-Cold
*/
public interface CaptchaCallback {
public void challengeResult(LoginChallenge loginChallenge);
}