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

描述 用户身份认证令牌。