Home
last modified time | relevance | path

Searched defs:ParseOAuthResponse (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Doauth_client_test.cc56 TEST(OAuthClientTest, ParseOAuthResponse) { in TEST() argument
H A Doauth_client.cc270 Status OAuthClient::ParseOAuthResponse(StringPiece response, in ParseOAuthResponse() function in tensorflow::OAuthClient