ProxyCredentials¶
Union Type¶
ProxyCredentials
module-attribute
¶
ProxyCredentials = Union[ProxyCredentialsBasicAuth | ProxyCredentialsUnknown]
Union type representing different proxy authentication methods. Currently supports HTTP Basic Authentication (username and password).