FishPi.js API Documentation - v0.1.28
Preparing search index...
IAccount
Interface IAccount
登录信息
interface
IAccount
{
mfaCode
?:
string
;
passwd
:
string
;
username
:
string
;
}
Implemented by
Account
Index
Properties
mfa
Code?
passwd
username
Properties
Optional
mfa
Code
mfaCode
?:
string
二次验证码,非必填
passwd
passwd
:
string
密码
username
username
:
string
用户名
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mfa
Code
passwd
username
FishPi.js API Documentation - v0.1.28
Loading...
登录信息