:right-sidebar: True CredentialsType =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.26 .. class:: CredentialsType :no-contents-entry: Enumeration describing different kinds of native credential types. Fields ------ .. rst-class:: interim-class .. class:: CredentialsType :no-index: .. attribute:: APPLE_XUCRED The native credentials type is a `struct xucred`. Added in 2.66. .. attribute:: FREEBSD_CMSGCRED The native credentials type is a `struct cmsgcred`. .. attribute:: INVALID Indicates an invalid native credential type. .. attribute:: LINUX_UCRED The native credentials type is a `struct ucred`. .. attribute:: NETBSD_UNPCBID The native credentials type is a `struct unpcbid`. Added in 2.42. .. attribute:: OPENBSD_SOCKPEERCRED The native credentials type is a `struct sockpeercred`. Added in 2.30. .. attribute:: SOLARIS_UCRED The native credentials type is a ``ucred_t``. Added in 2.40. .. attribute:: WIN32_PID The native credentials type is a PID ``DWORD``. Added in 2.72.