Skip to content

Commit

Permalink
feat: Add status support to sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jun 16, 2023
1 parent 02c7eaf commit a1fa6a4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
CredentialOfferJwtVcJsonLdAndLdpVcV1_0_11,
CredentialSupported,
IssuerCredentialSubjectDisplay,
IssueStatus,
Jwt,
OpenId4VCIVersion,
ProofOfPossession,
Expand Down Expand Up @@ -96,6 +97,8 @@ describe('issuerCallback', () => {
issuerState: 'existing-state',
clientId,
createdAt: +new Date(),
lastUpdatedAt: +new Date(),
status: IssueStatus.OFFER_CREATED,
userPin: '123456',
credentialOffer: {
credential_offer: {
Expand Down

0 comments on commit a1fa6a4

Please sign in to comment.