:right-sidebar: True AuthenticationScheme =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.2 .. class:: AuthenticationScheme :no-contents-entry: Enum values representing the authentication scheme. Fields ------ .. rst-class:: interim-class .. class:: AuthenticationScheme :no-index: .. attribute:: CLIENT_CERTIFICATE_PIN_REQUESTED Client certificate PIN required for use. Since: 2.34 .. attribute:: CLIENT_CERTIFICATE_REQUESTED Client Certificate Authentication (see RFC 2246). .. attribute:: DEFAULT The default authentication scheme of WebKit. .. attribute:: HTML_FORM HTML Form authentication. .. attribute:: HTTP_BASIC Basic authentication scheme as defined in RFC 2617. .. attribute:: HTTP_DIGEST Digest authentication scheme as defined in RFC 2617. .. attribute:: NEGOTIATE Negotiate (or SPNEGO) authentication scheme as defined in RFC 4559. .. attribute:: NTLM NTLM Microsoft proprietary authentication scheme. .. attribute:: SERVER_TRUST_EVALUATION_REQUESTED Server Trust Authentication. .. attribute:: UNKNOWN Authentication scheme unknown.