mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
[Nearby Presence] Fetch and select correct local credentials
Fetch the local credentials and select the correct local credential by verifying the validity of the time. This CL will be followed by using the selected local credential for authentication. See go/cros-nearby-presence-np-nc-authentication for details. PiperOrigin-RevId: 603772266
This commit is contained in:
committed by
Copybara-Service
parent
633b95b1a0
commit
6b2f7fa94e
@@ -24,7 +24,6 @@ cc_library(
|
||||
deps = [
|
||||
":authentication_transport_interface",
|
||||
"//internal/platform:connection_info",
|
||||
"//internal/platform:types",
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_absl//absl/types:variant",
|
||||
],
|
||||
|
||||
@@ -93,6 +93,7 @@ cc_library(
|
||||
"//internal/network:__subpackages__",
|
||||
"//internal/platform:__pkg__",
|
||||
"//internal/platform/implementation:__subpackages__",
|
||||
"//presence:__subpackages__",
|
||||
"//presence/implementation:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user