You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use "required claims" for determining Credential validity during Presentation Verification.
SDJWT has the concept of "required claims", where the Verifier can specify some claims must be disclosed for verification to continue.
This has been part way coded but needs completion.