MultiFactorProviderConfig interface Stay organized with collections Save and categorize content based on your preferences.
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:
exportinterfaceMultiFactorProviderConfigProperties
| Property | Type | Description |
|---|---|---|
| state | MultiFactorConfigState | Indicates whether this multi-factor provider is enabled or disabled. |
| totpProviderConfig | TotpMultiFactorProviderConfig | TOTP 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.