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

Method messages

web/pgadmin/authenticate/internal.py:85–87  ·  view source on GitHub ↗
(self, msg_key)

Source from the content-addressed store, hash-verified

83 return True, None
84
85 def messages(self, msg_key):
86 return self.DEFAULT_MSG[msg_key] if msg_key in self.DEFAULT_MSG\
87 else None
88
89
90class InternalAuthentication(BaseAuthentication):

Callers 6

validateMethod · 0.95
loginMethod · 0.95
validateMethod · 0.45
authenticateMethod · 0.45
loginMethod · 0.45
loginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected