BaseCreateMultiFactorInfoRequest interface

表示CreateRequest的用户注册第二因素的基本属性的接口

签名:

export interface BaseCreateMultiFactorInfoRequest 

特性

财产类型描述
显示名称细绳注册的第二个因素的可选显示名称。
因子ID细绳第二个因素的类型标识符。对于短信的第二个因素,这是phone

BaseCreateMultiFactorInfoRequest.displayName

注册的第二个因素的可选显示名称。

签名:

displayName?: string;

BaseCreateMultiFactorInfoRequest.factorId

第二个因素的类型标识符。对于短信第二个因素,这是phone

签名:

factorId: string;