Home | History | Annotate | Download | only in httplib2

Lines Matching refs:auths

896         auths = [(auth.depth(request_uri), auth) for auth in self.authorizations if auth.inscope(host, request_uri)]
897 auth = auths and sorted(auths)[0][1] or None