class AuthenticationScheme (View source)

Hypertext Transfer Protocol (HTTP) Authentication Scheme

Constants

BASIC

Basic authentication scheme

BEARER

Bearer authentication scheme

DIGEST

Digest authentication scheme

DPOP

DPoP authentication scheme

HOBA

HOBA authentication scheme The HOBA scheme can be used with either HTTP servers or proxies.

When used in response to a 407 Proxy Authentication Required indication, the appropriate proxy authentication header fields are used instead, as with any other HTTP authentication scheme.

MUTUAL

Mutual authentication scheme

NEGOTIATE

Negotiate authentication scheme This authentication scheme violates both HTTP semantics (being connection-oriented) and syntax (use of syntax incompatible with the WWW-Authenticate and Authorization header field syntax).

OAUTH

OAuth authentication scheme

PRIVATETOKEN

PrivateToken authentication scheme

[RFC-ietf-privacypass-auth-scheme-15, Section 2]

SCRAM_SHA_1

SCRAM-SHA-1 authentication scheme

SCRAM_SHA_256

SCRAM-SHA-256 authentication scheme

VAPID

vapid authentication scheme

[RFC 8292, Section 3]