mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Store consumed salts in private credentials
PiperOrigin-RevId: 505167378
This commit is contained in:
committed by
Copybara-Service
parent
20989c5167
commit
94e70d0ddd
@@ -74,7 +74,7 @@ struct UpdateRemotePublicCredentialsCallback {
|
||||
absl::AnyInvocable<void(absl::Status)> credentials_updated_cb;
|
||||
};
|
||||
|
||||
struct GetPrivateCredentialsResultCallback {
|
||||
struct GetLocalCredentialsResultCallback {
|
||||
absl::AnyInvocable<void(
|
||||
absl::StatusOr<std::vector<nearby::internal::LocalCredential>>)>
|
||||
credentials_fetched_cb;
|
||||
|
||||
Reference in New Issue
Block a user