Home
last modified time | relevance | path

Searched refs:assertion_type (Results 1 – 4 of 4) sorted by relevance

/external/python/oauth2client/tests/contrib/
Dtest_gce.py42 self.assertIsNone(credentials.assertion_type, None)
53 self.assertEqual(credentials.assertion_type, None)
/external/google-breakpad/src/processor/
Dminidump_processor.cc1761 char assertion_type[32]; in GetAssertion() local
1762 snprintf(assertion_type, sizeof(assertion_type), in GetAssertion()
1765 assertion_string += assertion_type; in GetAssertion()
/external/python/oauth2client/oauth2client/
Dclient.py1473 def __init__(self, assertion_type, user_agent=None, argument
1498 self.assertion_type = assertion_type
/external/python/oauth2client/tests/
Dtest_client.py1556 assertion_type = 'http://www.google.com/assertionType' variable in TestAssertionCredentials
1566 self.assertion_type, user_agent=user_agent)