Enumeration (GI Enum)

WebKit-6.0WebKitAuthenticationSchemeSince 2.2

Enum values representing the authentication scheme.

2.2

Index

Enumeration Members

CLIENT_CERTIFICATE_PIN_REQUESTED: number

Client certificate PIN required for use. Since: 2.34

CLIENT_CERTIFICATE_REQUESTED: number

Client Certificate Authentication (see RFC 2246).

DEFAULT: number

The default authentication scheme of WebKit.

HTML_FORM: number

HTML Form authentication.

HTTP_BASIC: number

Basic authentication scheme as defined in RFC 2617.

HTTP_DIGEST: number

Digest authentication scheme as defined in RFC 2617.

NEGOTIATE: number

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

NTLM: number

NTLM Microsoft proprietary authentication scheme.

SERVER_TRUST_EVALUATION_REQUESTED: number

Server Trust Authentication.

UNKNOWN: number

Authentication scheme unknown.