onSolveUnsafeDeviceLoginVerify
open suspend override fun onSolveUnsafeDeviceLoginVerify(bot: Bot, url: String): String
Content copied to clipboard
处理不安全设备验证.
返回值保留给将来使用. 目前在处理完成后返回任意内容 (包含 null) 均视为处理成功. 抛出一个 LoginFailedException 以正常地终止登录, 抛出任意其他 Exception 将视为异常终止.
Return
任意内容. 返回值保留以供未来更新.
Throws
LoginFailedException