MultiFactorProviderConfig interface

Interface representing a multi-factor auth provider configuration. This interface is used for second factor auth providers other than SMS. Currently, only TOTP is supported.

Signature:

exportinterfaceMultiFactorProviderConfig

Properties

PropertyTypeDescription
stateMultiFactorConfigStateIndicates whether this multi-factor provider is enabled or disabled.
totpProviderConfigTotpMultiFactorProviderConfigTOTP multi-factor provider config.

MultiFactorProviderConfig.state

Indicates whether this multi-factor provider is enabled or disabled.

Signature:

state:MultiFactorConfigState;

MultiFactorProviderConfig.totpProviderConfig

TOTP multi-factor provider config.

Signature:

totpProviderConfig?:TotpMultiFactorProviderConfig;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-04-06 UTC.