Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/contrib/
Ddevshell.py46 class CredentialInfoResponse(object): class
93 return CredentialInfoResponse(json_str)
/external/python/oauth2client/tests/contrib/
Dtest_devshell.py46 devshell.CredentialInfoResponse(json_non_list)
51 devshell.CredentialInfoResponse(json_non_list)
54 info_response = devshell.CredentialInfoResponse('[]')
67 info_response = devshell.CredentialInfoResponse(json_string)