MultiFactorProviderConfig interface

表示多因素身份验证提供程序配置的接口。此接口用于除 SMS 之外的第二因素身份验证提供商。目前仅支持 TOTP。

签名:

export interface MultiFactorProviderConfig 

特性

财产类型描述
状态多因素配置状态指示此多因素提供程序是启用还是禁用。
顶级提供商配置顶部多因素提供者配置TOTP 多因素提供程序配置。

MultiFactorProviderConfig.state

指示此多因素提供程序是启用还是禁用。

签名:

state: MultiFactorConfigState;

MultiFactorProviderConfig.totpProviderConfig

TOTP 多因素提供程序配置。

签名:

totpProviderConfig?: TotpMultiFactorProviderConfig;