authentik.enterprise.endpoints.connectors.google_chrome.apps

authentik Endpoint app config

 1"""authentik Endpoint app config"""
 2
 3from authentik.enterprise.apps import EnterpriseConfig
 4
 5
 6class AuthentikEndpointsConnectorGoogleChromeAppConfig(EnterpriseConfig):
 7    """authentik endpoint config"""
 8
 9    name = "authentik.enterprise.endpoints.connectors.google_chrome"
10    label = "authentik_endpoints_connectors_google_chrome"
11    verbose_name = "authentik Enterprise.Endpoints.Connectors.Google Chrome"
12    default = True
13    mountpoint = "endpoints/google/"
class AuthentikEndpointsConnectorGoogleChromeAppConfig(authentik.enterprise.apps.EnterpriseConfig):
 7class AuthentikEndpointsConnectorGoogleChromeAppConfig(EnterpriseConfig):
 8    """authentik endpoint config"""
 9
10    name = "authentik.enterprise.endpoints.connectors.google_chrome"
11    label = "authentik_endpoints_connectors_google_chrome"
12    verbose_name = "authentik Enterprise.Endpoints.Connectors.Google Chrome"
13    default = True
14    mountpoint = "endpoints/google/"

authentik endpoint config

label = 'authentik_endpoints_connectors_google_chrome'
verbose_name = 'authentik Enterprise.Endpoints.Connectors.Google Chrome'
default = True
mountpoint = 'endpoints/google/'