MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / AuthenticateModule

Class AuthenticateModule

web/pgadmin/authenticate/__init__.py:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85class AuthenticateModule(pga_utils.PgAdminModule):
86 def get_exposed_url_endpoints(self):
87 return ['authenticate.login']
88
89
90blueprint = AuthenticateModule(MODULE_NAME, __name__, static_url_path='')

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected