跳到主要内容

AccountChallengeUpdateTime

用户验证质询更新时间

type AccountChallengeUpdateTime {
challenge: DateTime!
password: DateTime
email: DateTime
phone: DateTime
totp: DateTime
wechat: DateTime
webauthn: DateTime
}

Fields​

AccountChallengeUpdateTime.challenge ● DateTime! non-null scalar​

质询更新时间

AccountChallengeUpdateTime.password ● DateTime scalar​

密码更新时间

AccountChallengeUpdateTime.email ● DateTime scalar​

邮箱更新时间

AccountChallengeUpdateTime.phone ● DateTime scalar​

电话更新时间

AccountChallengeUpdateTime.totp ● DateTime scalar​

动态令牌更新时间

AccountChallengeUpdateTime.wechat ● DateTime scalar​

微信验证更新时间

AccountChallengeUpdateTime.webauthn ● DateTime scalar​

WebAuthn 验证更新时间

Member Of​

AccountUser object