Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit b895bd8

Browse files
Add DID seed to Onboarding message.
1 parent ce43975 commit b895bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

idl/v1/agency.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ service AgencyService {
3535
// Onboarding is structure for cloud agent (CA) onboarding.
3636
message Onboarding {
3737
string email = 1; // email is then name or handle used for pointing the CA.
38+
string publicDIDSeed = 2; // public DID seed is used to generate CA's DID (optional)
3839
}
3940

4041
// OnboardResult is structure to transport Onboarding result.

0 commit comments

Comments
 (0)