credentials_required
Description:
public virtual signal void credentials_required (Source source, SourceCredentialsReason reason, string certificate_pem, TlsCertificateFlags certificate_errors, Error op_error)
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::credentials-required signal.
Parameters:
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 |