Home
last modified time | relevance | path

Searched refs:_check_audience (Results 1 – 2 of 2) sorted by relevance

/external/python/oauth2client/tests/
Dtest_crypt.py150 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)
/external/python/oauth2client/oauth2client/
Dcrypt.py126 def _check_audience(payload_dict, audience): function
248 _check_audience(payload_dict, audience)