mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.auth
/
BotAuthSession
Bot
Auth
Session
@
NotStableForInheritance
interface
BotAuthSession
Members
Functions
auth
By
Password
Link copied to clipboard
abstract
suspend
fun
authByPassword
(
passwordMd5
:
ByteArray
)
:
BotAuthResult
abstract
suspend
fun
authByPassword
(
password
:
String
)
:
BotAuthResult
auth
By
QRCode
Link copied to clipboard
abstract
suspend
fun
authByQRCode
(
)
:
BotAuthResult