Skip to content

Commit

Permalink
Merge branch 'feature/SPRIND-89' of https://github.com/Sphereon-Opens…
Browse files Browse the repository at this point in the history
…ource/OID4VCI into feature/SPRIND-89
  • Loading branch information
Brummos committed Jan 21, 2025
2 parents 908b2e7 + 1989813 commit bfb52ee
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions packages/issuer-rest/lib/OID4VCIServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,18 @@ export interface IAuthorizationChallengeEndpointOpts extends ISingleEndpointOpts
verifyAuthResponseCallback: (correlationId: string) => Promise<boolean>
}

export interface IEndpointOpts {
tokenEndpointOpts?: ITokenEndpointOpts
notificationOpts?: ISingleEndpointOpts
createCredentialOfferOpts?: ICreateCredentialOfferEndpointOpts
getCredentialOfferOpts?: IGetCredentialOfferEndpointOpts
getStatusOpts?: IGetIssueStatusEndpointOpts
parOpts?: ISingleEndpointOpts
authorizationChallengeOpts?: IAuthorizationChallengeEndpointOpts
}

export interface IOID4VCIServerOpts extends HasEndpointOpts {
endpointOpts?: {
tokenEndpointOpts?: ITokenEndpointOpts
notificationOpts?: ISingleEndpointOpts
createCredentialOfferOpts?: ICreateCredentialOfferEndpointOpts
getCredentialOfferOpts?: IGetCredentialOfferEndpointOpts
getStatusOpts?: IGetIssueStatusEndpointOpts
parOpts?: ISingleEndpointOpts
authorizationChallengeOpts?: IAuthorizationChallengeEndpointOpts
}
endpointOpts?: IEndpointOpts
baseUrl?: string
}

Expand Down

0 comments on commit bfb52ee

Please sign in to comment.