SourceAuthentication
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_source_authentication_get_type ()" ) ]
[
Version ( since =
"3.6" ) ]
public class SourceAuthentication :
SourceExtension
Contains only private data that should be read and manipulated using the functions below.
Content:
Properties:
- public SocketConnectable connectable { owned get; }
- public string credential_name { get; set construct; }
What name to use for the authentication method in credentials for
authentication.
- public string host { get; set construct; }
Host name for the remote account
- public bool is_external { get; set construct; }
Whether the authentication is done by another authentication manager (
like any Single Sign On daemon)
- public string method { get; set construct; }
Authentication method
- public uint port { get; set construct; }
Port number for the remote account
- public string proxy_uid { get; set construct; }
ESource UID of a proxy profile
- public bool remember_password { get; set construct; }
Whether to offer to remember the password by default when prompted
- public string user { get; set construct; }
User name for the remote account
Creation methods:
Methods:
Inherited Members:
All known members inherited from class E.SourceExtension
All known members inherited from class GLib.Object