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 8
8
<string ></string >
9
9
<key >APIKEY</key >
10
10
<string ></string >
11
- <key >PUBLISHED_DID </key >
11
+ <key >PUBLISHED_SECP256K1_DID </key >
12
12
<string ></string >
13
- <key >JWT_SCHEMA_GUID </key >
13
+ <key >PUBLISHED_ED25519_DID </key >
14
14
<string ></string >
15
+ <key >JWT_SCHEMA_GUID</key >
16
+ <string ></string >
17
+ <key >SDJWT_SCHEMA_GUID</key >
18
+ <string ></string >
15
19
<key >ANONCRED_DEFINITION_GUID</key >
16
20
<string ></string >
17
21
</dict >
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ class EdgeAgentSteps: Steps {
213
213
214
214
try await EdgeAgentWorkflow . initiatePresentationRequest (
215
215
edgeAgent: verifierAgent,
216
- credentialType: CredentialType . jwt ,
216
+ credentialType: CredentialType . sdjwt ,
217
217
toDid: holderDid,
218
218
claims: claims
219
219
)
You can’t perform that action at this time.
0 commit comments