Skip to content

Commit

Permalink
Update OpenID VCI credential params
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed Sep 9, 2024
1 parent 1363d29 commit 8125ff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/openid.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import { apiGet, postRequest } from 'utils/request';
import { dockUrl } from 'utils/constants';

const credential = {
type: ['DockCredential'],
type: ['UniversityDegreeCredential'],
context: ['https://www.w3.org/2018/credentials/examples/v1'],
subject: {
nested: {
field: true,
},
inheritedField: 'test',
alumniOf: 'Dock University',
degree: 'Credential Science',
// name will be added by claims flow!
},
expirationDate: '2099-08-24T14:15:22Z',
};
Expand Down

0 comments on commit 8125ff7

Please sign in to comment.