WebKit.AuthenticationScheme – webkit2gtk-4.0 Reference Manual
AuthenticationScheme
Description:
[
CCode
( cprefix =
"WEBKIT_AUTHENTICATION_SCHEME_"
, type_id =
"webkit_authentication_scheme_get_type ()"
) ]
[
Version
( since =
"2.2"
) ]
public
enum
AuthenticationScheme
Enum values representing the authentication scheme.
Namespace:
WebKit
Package:
webkit2gtk-4.0
Content:
Enum values:
CLIENT_CERTIFICATE_PIN_REQUESTED
-
Client certificate PIN required for use.
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.
2022 vala-language.org