-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [OIDC4VP] Verifier interaction with Trust registry #1539
feat: [OIDC4VP] Verifier interaction with Trust registry #1539
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1539 +/- ##
=======================================
Coverage 85.55% 85.56%
=======================================
Files 171 171
Lines 10988 11005 +17
=======================================
+ Hits 9401 9416 +15
- Misses 1141 1142 +1
- Partials 446 447 +1 ☔ View full report in Codecov by Sentry. |
b861345
to
5b120c3
Compare
Signed-off-by: Mykhailo Sizov <mykhailo.sizov@securekey.com>
5b120c3
to
019ec88
Compare
|
||
type CredentialMetadata struct { | ||
CredentialID string `json:"credential_id"` | ||
Types []string `json:"types"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be credential_types, issuer_id, issuance_date, and expiration_date?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct. Will update on next iteration.
No description provided.