Gio.CredentialsType
Enumeration describing different kinds of native credential types.
Since 2.26
- CredentialsType.INVALID
Indicates an invalid native credential type.
- CredentialsType.LINUX_UCRED
The native credentials type is a <type>struct ucred</type>.
- CredentialsType.FREEBSD_CMSGCRED
The native credentials type is a <type>struct cmsgcred</type>.
- CredentialsType.OPENBSD_SOCKPEERCRED
The native credentials type is a <type>struct sockpeercred</type>. Added in 2.30.
- CredentialsType.SOLARIS_UCRED
The native credentials type is a <type>ucred_t</type>. Added in 2.40.