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

Method verification_ack

web/pgadmin/misc/cloud/google/__init__.py:508–510  ·  view source on GitHub ↗

Check the Verification is done or not.

(self)

Source from the content-addressed store, hash-verified

506 'id_token': credentials.id_token}
507
508 def verification_ack(self):
509 """Check the Verification is done or not."""
510 return self._verification_successful, self._verification_error
511
512 def _get_credentials(self, scopes):
513 """

Callers 2

baseFieldsMethod · 0.80
verification_ackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected