Home
last modified time | relevance | path

Searched refs:has_expires_in (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/fetcher/
Dcredential_source.cc49 bool has_expires_in = credential_json.isMember("expires_in"); in RefreshCredential() local
50 if (!has_access_token || !has_expires_in) { in RefreshCredential()