The credentials_required signal is emitted when the source requires credentials to connect to (
possibly remote) data store.
The credentials can be passed to the source using invoke_authenticate
function. The signal is emitted in the thread-default main context from the time the registry was created.
Note: This is just a proxy signal for the ESource:ESourceRegistry:credentials-required signal.
| source |
the Source that requires credentials |
| reason |
an SourceCredentialsReason indicating why the credentials are requested |
| certificate_pem |
PEM-encoded secure connection certificate for failed SSL checks |
| certificate_errors |
what failed with the SSL certificate |
| op_error |
a Error with a description of the error, or null |