SourceAuthenticationResult
Description:
[ CCode ( cprefix = "E_SOURCE_AUTHENTICATION_" , type_id = "e_source_authentication_result_get_type ()" ) ]
[ Version ( since = "3.6" ) ]
public enum SourceAuthenticationResult
Status codes used by the EBackend
authentication wrapper.
Content:
Enum values:
- ACCEPTED - Server requesting
authentication accepted password.
- ERROR - An error occurred while
authenticating.
- ERROR_SSL_FAILED - An
SSL certificate check failed.
- REJECTED - Server requesting
authentication rejected password.
- REQUIRED - Server requesting
authentication, but none was given.
- UNKNOWN - Unknown error
occurred while authenticating.