Skip to content

Commit

Permalink
chore: statusListId & statusListCorrelationId optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Feb 4, 2025
1 parent ad12217 commit 8d36ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/oid4vci-common/lib/types/Generic.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ export interface NotificationErrorResponse {
}

export interface StatusListOpts {
statusListId: string
statusListCorrelationId: string
statusListId?: string // Explicit status list to use. Determines the id from the credentialStatus object in the VC itself or uses the default otherwise
statusListCorrelationId?: string
statusEntryIndex?: number
statusEntryCorrelationId?: string
statusEntryCorrelationId?: string // An id to use for correlation. Can be the credential id, but also a business identifier. Will only be used for lookups/management
}

0 comments on commit 8d36ee4

Please sign in to comment.