Skip to content

Commit

Permalink
chore: issuer type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Dec 21, 2023
1 parent a504fb2 commit fc8c151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/issuer/lib/VcIssuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
OID4VCICredentialFormat,
OpenId4VCIVersion,
QRCodeOpts,
SdJwtVcCredentialDefinition,
TokenErrorResponse,
toUniformCredentialOfferRequest,
TYP_ERROR,
Expand Down Expand Up @@ -94,7 +95,7 @@ export class VcIssuer<DIDDoc extends object> {
public async createCredentialOfferURI(opts: {
grants?: Grant
credentials?: (CredentialOfferFormat | string)[]
credentialDefinition?: JsonLdIssuerCredentialDefinition
credentialDefinition?: JsonLdIssuerCredentialDefinition | SdJwtVcCredentialDefinition
credentialOfferUri?: string
credentialDataSupplierInput?: CredentialDataSupplierInput // Optional storage that can help the credential Data Supplier. For instance to store credential input data during offer creation, if no additional data can be supplied later on
baseUri?: string
Expand Down

0 comments on commit fc8c151

Please sign in to comment.