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

  /external/python/oauth2client/tests/
test_crypt.py 150 result = crypt._check_audience(None, None)
156 result = crypt._check_audience(payload_dict, audience)
164 crypt._check_audience(payload_dict, audience)
172 crypt._check_audience(payload_dict, audience2)
287 @mock.patch('oauth2client.crypt._check_audience')
  /external/python/oauth2client/oauth2client/
crypt.py 126 def _check_audience(payload_dict, audience): function
248 _check_audience(payload_dict, audience)

Completed in 52 milliseconds