Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 814 Bytes

File metadata and controls

21 lines (15 loc) · 814 Bytes

# TwoFactorAuthProviderInterface

2FA provider interface

Properties

Name Type Description Notes
Enabled bool True if this provider has been enabled by admin
Engine TwoFactorAuthEngineInterface
Code string Provider code
Name string Provider name
Icon string Icon
ResetAllowed bool True if this provider configuration can be reset
ConfigureAction string Configure action
AuthAction string Auth action
ExtraActions []string Allowed extra actions

[Back to Model list] [Back to API list] [Back to README]