MultiFactorInfo interface

包含第二因素实体信息的结构。

签名:

export interface MultiFactorInfo 

特性

财产类型描述
显示名称字符串|无效的当前第二个因素的用户友好名称。
报名时间细绳第二个因素的注册日期,格式为 UTC 字符串。
因子IDFactorIdMap类型)[ FactorIdMap类型的键]第二个因素的标识符。
uid细绳多因素注册 ID。

MultiFactorInfo.displayName

当前第二个因素的用户友好名称。

签名:

readonly displayName?: string | null;

MultiFactorInfo.enrollmentTime

第二个因素的注册日期,格式为 UTC 字符串。

签名:

readonly enrollmentTime: string;

MultiFactorInfo.factorId

第二个因素的标识符。

签名:

readonly factorId: (typeof FactorIdMap)[keyof typeof FactorIdMap];

多因素信息.uid

多因素注册 ID。

签名:

readonly uid: string;