xyz.cssxsh.pixiv.tool.CaptchaHandler.kt Maven / Gradle / Ivy
package xyz.cssxsh.pixiv.tool
/**
* handle ReCaptcha
*/
public interface CaptchaHandler {
public suspend fun handle(siteKey: String, referer: String): String
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy