AccountChallengeInfo
账户验证质询信息
type AccountChallengeInfo {
password: Boolean!
phone: String
email: String
totp: Boolean!
wechat: Boolean!
webauthn: Boolean!
}
Fields
AccountChallengeInfo.password ● Boolean! non-null scalar
是否启用密码验证
AccountChallengeInfo.phone ● String scalar
绑定的电话号码
AccountChallengeInfo.email ● String scalar
绑定的邮箱地址
AccountChallengeInfo.totp ● Boolean! non-null scalar
是否启用动态令牌验证
AccountChallengeInfo.wechat ● Boolean! non-null scalar
是否启用微信验证
AccountChallengeInfo.webauthn ● Boolean! non-null scalar
是否启用 WebAuthn 验证
Member Of
AccountUser object