Searched refs:assertion_type (Results 1 – 4 of 4) sorted by relevance
42 self.assertIsNone(credentials.assertion_type, None)53 self.assertEqual(credentials.assertion_type, None)
1761 char assertion_type[32]; in GetAssertion() local1762 snprintf(assertion_type, sizeof(assertion_type), in GetAssertion()1765 assertion_string += assertion_type; in GetAssertion()
1473 def __init__(self, assertion_type, user_agent=None, argument1498 self.assertion_type = assertion_type
1556 assertion_type = 'http://www.google.com/assertionType' variable in TestAssertionCredentials1566 self.assertion_type, user_agent=user_agent)