Searched refs:ParseMintTokenResponse (Results 1 – 3 of 3) sorted by relevance
124 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, ParseMintTokenResponse);136 static bool ParseMintTokenResponse(
230 TEST_F(OAuth2MintTokenFlowTest, ParseMintTokenResponse) { in TEST_F() argument236 EXPECT_FALSE(OAuth2MintTokenFlow::ParseMintTokenResponse(json.get(), &at, in TEST_F()244 EXPECT_TRUE(OAuth2MintTokenFlow::ParseMintTokenResponse(json.get(), &at, in TEST_F()
204 if (ParseMintTokenResponse(dict, &access_token, &time_to_live)) in ProcessApiCallSuccess()231 bool OAuth2MintTokenFlow::ParseMintTokenResponse( in ParseMintTokenResponse() function in OAuth2MintTokenFlow