harmony 鸿蒙AuthResultInfo
AuthResultInfo
概述
用户身份认证结果信息。
起始版本: 4.1
相关模块:HdfUserAuth
汇总
Public 属性
名称 | 描述 |
---|---|
int result | 用户身份认证结果。 |
int lockoutDuration | 认证执行器的剩余锁定时间。 |
int remainAttempts | 认证执行器的剩余可重试次数。 |
struct ExecutorSendMsg[] msgs | 执行器发送的消息。 |
unsigned char[] token | 用户身份认证令牌。 |
unsigned char[] rootSecret | 保护文件加密密钥的密钥。 |
类成员变量说明
lockoutDuration
int AuthResultInfo::lockoutDuration
描述
认证执行器的剩余锁定时间。
msgs
struct ExecutorSendMsg [] AuthResultInfo::msgs
描述
执行器发送的消息。
remainAttempts
int AuthResultInfo::remainAttempts
描述
认证执行器的剩余可重试次数。
result
int AuthResultInfo::result
描述
用户身份认证结果。
rootSecret
unsigned char [] AuthResultInfo::rootSecret
描述
保护文件加密密钥的密钥。
token
unsigned char [] AuthResultInfo::token
描述
用户身份认证令牌。
你可能感兴趣的鸿蒙文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦