U lf'@sdZddlZddlZddlZddlZddlZddlZddlmZddl m Z ddl m Z m Z mZddlmZddlmZd Zd Zd d ZGd ddZGdddeZGdddeZGdddeZdS)z] requests.auth ~~~~~~~~~~~~~ This module contains the authentication handlers for Requests. N) b64encode)to_native_string) basestringstrurlparse)extract_cookies_to_jar)parse_dict_headerz!application/x-www-form-urlencodedzmultipart/form-datacCst|ts&tjd|tdt|}t|tsPtjdt|tdt|}t|trd|d}t|trx|d}dt t d ||f }|S)zReturns a Basic Auth string.zNon-string usernames will no longer be supported in Requests 3.0.0. Please convert the object you've passed in ({!r}) to a string or bytes object in the near future to avoid problems.)categoryzNon-string passwords will no longer be supported in Requests 3.0.0. Please convert the object you've passed in ({!r}) to a string or bytes object in the near future to avoid problems.latin1zBasic :) isinstancerwarningswarnformatDeprecationWarningrtypeencoderrjoinstrip)usernamepasswordauthstrr;/opt/hc_python/lib/python3.8/site-packages/requests/auth.py_basic_auth_strs0      rc@seZdZdZddZdS)AuthBasez4Base class that all auth implementations derive fromcCs tddS)NzAuth hooks must be callable.)NotImplementedErrorselfrrrr__call__HszAuthBase.__call__N__name__ __module__ __qualname____doc__r!rrrrrEsrc@s0eZdZdZddZddZddZdd Zd S) HTTPBasicAuthz?Attaches HTTP Basic Authentication to the given Request object.cCs||_||_dSN)rrrrrrrr__init__OszHTTPBasicAuth.__init__cCs(t|jt|ddk|jt|ddkgSNrrallrgetattrrrotherrrr__eq__Ss zHTTPBasicAuth.__eq__cCs ||k Sr(rr/rrr__ne__[szHTTPBasicAuth.__ne__cCst|j|j|jd<|S)N Authorizationrrrheadersrrrrr!^szHTTPBasicAuth.__call__N)r#r$r%r&r*r1r2r!rrrrr'Ls r'c@seZdZdZddZdS) HTTPProxyAuthz=Attaches HTTP Proxy Authentication to a given Request object.cCst|j|j|jd<|S)NzProxy-Authorizationr4rrrrr!fszHTTPProxyAuth.__call__Nr"rrrrr6csr6c@sPeZdZdZddZddZddZdd Zd d Zd d Z ddZ ddZ dS)HTTPDigestAuthz@Attaches HTTP Digest Authentication to the given Request object.cCs||_||_t|_dSr()rr threadinglocal _thread_localr)rrrr*nszHTTPDigestAuth.__init__cCs@t|jds.md5_utf8SHAcSs"t|tr|d}t|SrJ)r rrrLsha1rNrOrrrsha_utf8s  z4HTTPDigestAuth.build_digest_header..sha_utf8zSHA-256cSs"t|tr|d}t|SrJ)r rrrLsha256rNrOrrr sha256_utf8s  z7HTTPDigestAuth.build_digest_header..sha256_utf8zSHA-512cSs"t|tr|d}t|SrJ)r rrrLsha512rNrOrrr sha512_utf8s  z7HTTPDigestAuth.build_digest_header..sha512_utf8cs|d|S)N:r)sd hash_utf8rrz4HTTPDigestAuth.build_digest_header../?rYr08xrKauth,z:auth:z username="z ", realm="z ", nonce="z", uri="z ", response=""z , opaque="z , algorithm="z , digest="z, qop="auth", nc=z , cnonce="zDigest )r:r@getupperrpathqueryrrr>r?rrtimectimeosurandomrLrSrNsplit)rmethodurlrDrErFrGrH _algorithmrQrTrVrXKDentdigp_parsedrjA1A2HA1HA2ncvaluerZcnoncerespdignoncebitbaserr\rbuild_digest_header~s|       $z"HTTPDigestAuth.build_digest_headercKs|jrd|j_dS)z)Reset num_401_calls counter on redirects.rN) is_redirectr:rB)rr kwargsrrrhandle_redirectszHTTPDigestAuth.handle_redirectcKs"d|jkrdks$nd|j_|S|jjdk rB|jj|jj|jdd}d| kr|jjdkr|jjd7_t j d t j d }t |jd|dd |j_|j||j}t|j|j|j||j||j|j|jd <|jj|f|}|j|||_|Sd|j_|S) zo Takes the given response and tries digest-auth, if needed. :rtype: requests.Response iirNzwww-authenticater<digestzdigest )flags)countr3) status_coder:rBrArequestbodyseekr5rhlowerrecompile IGNORECASEr subr@contentclosecopyr_cookiesrawprepare_cookiesrrqrr connectionsendhistoryappend)rr rs_authpatprep_rrrr handle_401s2      zHTTPDigestAuth.handle_401cCs~||jjr&||j|j|jd<z|j|j_ Wnt k rTd|j_ YnX| d|j | d|j d|j_|S)Nr3responser)rCr:r>rrqrrr5rtellrAAttributeError register_hookrrrBrrrrr!szHTTPDigestAuth.__call__cCs(t|jt|ddk|jt|ddkgSr+r,r/rrrr11s zHTTPDigestAuth.__eq__cCs ||k Sr(rr/rrrr29szHTTPDigestAuth.__ne__N) r#r$r%r&r*rCrrrr!r1r2rrrrr7ks n,r7)r&rLrnrr8rlrbase64r_internal_utilsrcompatrrrcookiesrutilsr CONTENT_TYPE_FORM_URLENCODEDCONTENT_TYPE_MULTI_PARTrrr'r6r7rrrrs$    ,