Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client.cc290 int64_t expires_in = 0; in ParseOAuthResponse() local
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1267 int expires_in; in wpa_ft_expire_pmk_r0() local
1361 int expires_in, int session_timeout, in wpa_ft_store_pmk_r0()
1448 int expires_in, int session_timeout, in wpa_ft_store_pmk_r1()
2089 int expires_in = sm->wpa_auth->conf.r0_key_lifetime; in wpa_ft_store_pmk_fils() local
2173 int expires_in = sm->wpa_auth->conf.r0_key_lifetime; in wpa_auth_ft_store_keys() local
3099 int expires_in = 0; in wpa_ft_local_derive_pmk_r1() local
3884 int expires_in; in wpa_ft_rrb_build_r0() local
4127 int expires_in; in wpa_ft_rrb_rx_r1() 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/python/google-auth-library-python/tests/
Dtest_downscoped.py83 def __init__(self, raise_error=False, expires_in=3600): argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc166 const char* expires_in = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Doauth2.v2.json214 "expires_in": { object
Dsts.v1beta.json281 "expires_in": { object
Dsts.v1.json238 "expires_in": { object
/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