authentik.stages.authenticator_duo.apps
authentik duo app config
1"""authentik duo app config""" 2 3from authentik.blueprints.apps import ManagedAppConfig 4 5 6class AuthentikStageAuthenticatorDuoConfig(ManagedAppConfig): 7 """authentik duo config""" 8 9 name = "authentik.stages.authenticator_duo" 10 label = "authentik_stages_authenticator_duo" 11 verbose_name = "authentik Stages.Authenticator.Duo" 12 default = True
7class AuthentikStageAuthenticatorDuoConfig(ManagedAppConfig): 8 """authentik duo config""" 9 10 name = "authentik.stages.authenticator_duo" 11 label = "authentik_stages_authenticator_duo" 12 verbose_name = "authentik Stages.Authenticator.Duo" 13 default = True
authentik duo config
name =
'authentik.stages.authenticator_duo'