authentik.enterprise.stages.authenticator_endpoint_gdtc.apps

authentik Endpoint app config

 1"""authentik Endpoint app config"""
 2
 3from authentik.enterprise.apps import EnterpriseConfig
 4
 5
 6class AuthentikStageAuthenticatorEndpointConfig(EnterpriseConfig):
 7    """authentik endpoint config"""
 8
 9    name = "authentik.enterprise.stages.authenticator_endpoint_gdtc"
10    label = "authentik_stages_authenticator_endpoint_gdtc"
11    verbose_name = "authentik Enterprise.Stages.Authenticator.Endpoint GDTC"
12    default = True
13    mountpoint = "endpoint/gdtc/"
class AuthentikStageAuthenticatorEndpointConfig(authentik.enterprise.apps.EnterpriseConfig):
 7class AuthentikStageAuthenticatorEndpointConfig(EnterpriseConfig):
 8    """authentik endpoint config"""
 9
10    name = "authentik.enterprise.stages.authenticator_endpoint_gdtc"
11    label = "authentik_stages_authenticator_endpoint_gdtc"
12    verbose_name = "authentik Enterprise.Stages.Authenticator.Endpoint GDTC"
13    default = True
14    mountpoint = "endpoint/gdtc/"

authentik endpoint config

label = 'authentik_stages_authenticator_endpoint_gdtc'
verbose_name = 'authentik Enterprise.Stages.Authenticator.Endpoint GDTC'
default = True
mountpoint = 'endpoint/gdtc/'