Home
last modified time | relevance | path

Searched defs:expires_in (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client.cc288 int64 expires_in = 0; in ParseOAuthResponse() local
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc148 grpc_json* expires_in = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1233 int expires_in; in wpa_ft_expire_pmk_r0() local
1327 int expires_in, int session_timeout, in wpa_ft_store_pmk_r0()
1414 int expires_in, int session_timeout, in wpa_ft_store_pmk_r1()
2055 int expires_in = sm->wpa_auth->conf.r0_key_lifetime; in wpa_ft_store_pmk_fils() local
2096 int expires_in = sm->wpa_auth->conf.r0_key_lifetime; in wpa_auth_derive_ptk_ft() local
2994 int expires_in = 0; in wpa_ft_local_derive_pmk_r1() local
3745 int expires_in; in wpa_ft_rrb_build_r0() local
3988 int expires_in; in wpa_ft_rrb_rx_r1() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc165 const char* expires_in = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
/external/python/oauth2client/tests/
Dtest_client.py1176 def test_get_access_token_without_http(self, expires_in, refresh_mock): argument
1199 def test_get_access_token_with_http(self, expires_in, refresh_mock): argument