File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88 <string ></string >
99 <key >APIKEY</key >
1010 <string ></string >
11- <key >PUBLISHED_DID </key >
11+ <key >PUBLISHED_SECP256K1_DID </key >
1212 <string ></string >
13- <key >JWT_SCHEMA_GUID </key >
13+ <key >PUBLISHED_ED25519_DID </key >
1414 <string ></string >
15+ <key >JWT_SCHEMA_GUID</key >
16+ <string ></string >
17+ <key >SDJWT_SCHEMA_GUID</key >
18+ <string ></string >
1519 <key >ANONCRED_DEFINITION_GUID</key >
1620 <string ></string >
1721</dict >
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ class EdgeAgentSteps: Steps {
213213
214214 try await EdgeAgentWorkflow . initiatePresentationRequest (
215215 edgeAgent: verifierAgent,
216- credentialType: CredentialType . jwt ,
216+ credentialType: CredentialType . sdjwt ,
217217 toDid: holderDid,
218218 claims: claims
219219 )
You can’t perform that action at this time.
0 commit comments