2FA provider interface
| 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 |