SourceCredentialsReason
Description:
[ CCode ( cprefix = "E_SOURCE_CREDENTIALS_REASON_" , type_id = "e_source_credentials_reason_get_type ()" ) ]
[ Version ( since = "3.16" ) ]
public enum SourceCredentialsReason
An ESource's authentication reason, used by an ESource::CredentialsRequired method.
Content:
Enum values:
- ERROR - The server returned an
error.
- REJECTED - The previously used
credentials had been rejected by the server.
- REQUIRED - This is the first
attempt to get credentials for the source.
- SSL_FAILED - A secured
connection failed due to some server-side certificate issues.
- UNKNOWN - A return value when
there was no 'credentials-required' signal emitted yet, or a pair 'authenticate' signal had been received.