HomeSort by relevance Sort by last modified time
    Searched refs:updated_challenge (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 507 updated_challenge = _parse_www_authenticate(response, 'authentication-info').get('digest', {})
509 if updated_challenge.has_key('nextnonce'):
510 self.challenge['nonce'] = updated_challenge['nextnonce']
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 507 updated_challenge = _parse_www_authenticate(response, 'authentication-info').get('digest', {})
509 if updated_challenge.has_key('nextnonce'):
510 self.challenge['nonce'] = updated_challenge['nextnonce']
    [all...]

Completed in 572 milliseconds