harmony 鸿蒙AuthResultInfo
AuthResultInfo
概述
用户身份认证结果信息。
Since: 3.2 Version: 1.0 相关模块:
汇总
Public 属性
名称 | 描述 |
---|---|
result | unsigned int 用户身份认证结果。 |
freezingTime | int 认证方式被冻结的时间。 |
remainTimes | int 认证方式距离被冻结的可处理认证请求次数。 |
msgs | struct ExecutorSendMsg[] 执行器发送的消息。 |
token | unsigned char[] 用户身份认证令牌。 |
rootSecret | unsigned char[] 保护文件加密密钥的密钥。 |
类成员变量说明
freezingTime
int AuthResultInfo::freezingTime
描述: 认证方式被冻结的时间。
msgs
struct ExecutorSendMsg [] AuthResultInfo::msgs
描述: 执行器发送的消息。
remainTimes
int AuthResultInfo::remainTimes
描述: 认证方式距离被冻结的可处理认证请求次数。
result
unsigned int AuthResultInfo::result
描述: 用户身份认证结果。
rootSecret
unsigned char [] AuthResultInfo::rootSecret
描述: 保护文件加密密钥的密钥。
token
unsigned char [] AuthResultInfo::token
描述: 用户身份认证令牌。
你可能感兴趣的鸿蒙文章
harmony 鸿蒙ActivityRecognitionTypes.idl
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦