Skip to content

Commit

Permalink
add AssertionMethod to DIDDocument struct (#98)
Browse files Browse the repository at this point in the history
* add AssertionMethod to DIDDocument
  • Loading branch information
volodymyr-basiuk authored Dec 9, 2024
1 parent 19f1772 commit 008f6f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verifiable/did_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type DIDDocument struct {
ID string `json:"id"`
Service []interface{} `json:"service,omitempty"`
VerificationMethod []CommonVerificationMethod `json:"verificationMethod,omitempty"`
AssertionMethod []Authentication `json:"assertionMethod,omitempty"`
Authentication []Authentication `json:"authentication,omitempty"`
KeyAgreement []interface{} `json:"keyAgreement,omitempty"`
}
Expand Down

0 comments on commit 008f6f1

Please sign in to comment.