AuthenticationScheme#

class AuthenticationScheme(value)#

Authentication scheme.

Used to specify an authentication scheme used when connecting to the server with credentials.

Added in version 2.1.

Attributes

AuthenticationScheme.AUTO

Use the 401 response WWW-Authenticate header to select the best supported authentication scheme.

AuthenticationScheme.BASIC

Force the use of Basic authentication, even if more secure options are supported.

AuthenticationScheme.NTLM

Force the use of NTLM authentication only.