AuthenticationScheme#

Added in version 2.2.

class AuthenticationScheme#

Enum values representing the authentication scheme.

Fields#

class AuthenticationScheme
CLIENT_CERTIFICATE_PIN_REQUESTED#

Client certificate PIN required for use. Since: 2.34

CLIENT_CERTIFICATE_REQUESTED#

Client Certificate Authentication (see RFC 2246).

DEFAULT#

The default authentication scheme of WebKit.

HTML_FORM#

HTML Form authentication.

HTTP_BASIC#

Basic authentication scheme as defined in RFC 2617.

HTTP_DIGEST#

Digest authentication scheme as defined in RFC 2617.

NEGOTIATE#

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

NTLM#

NTLM Microsoft proprietary authentication scheme.

SERVER_TRUST_EVALUATION_REQUESTED#

Server Trust Authentication.

UNKNOWN#

Authentication scheme unknown.