WebKit2.AuthenticationScheme

Enum values representing the authentication scheme.

Since 2.2

AuthenticationScheme.DEFAULT

The default authentication scheme of WebKit.

AuthenticationScheme.HTTP_BASIC

Basic authentication scheme as defined in RFC 2617.

AuthenticationScheme.HTTP_DIGEST

Digest authentication scheme as defined in RFC 2617.

AuthenticationScheme.HTML_FORM

HTML Form authentication.

AuthenticationScheme.NTLM

NTLM Microsoft proprietary authentication scheme.

AuthenticationScheme.NEGOTIATE

Negotiate (or SPNEGO) authentication scheme as defined in RFC 4559.

AuthenticationScheme.CLIENT_CERTIFICATE_REQUESTED

Client Certificate Authentication (see RFC 2246).

AuthenticationScheme.SERVER_TRUST_EVALUATION_REQUESTED

Server Trust Authentication.

AuthenticationScheme.UNKNOWN

Authentication scheme unknown.