We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7817db7 commit ad794b8Copy full SHA for ad794b8
1 file changed
packages/issuer-rest/lib/OID4VCIServer.ts
@@ -131,6 +131,7 @@ export interface IAuthorizationChallengeEndpointOpts extends ISingleEndpointOpts
131
}
132
133
export interface IOID4VCIEndpointOpts {
134
+ trustProxy?: boolean | Array<string>
135
tokenEndpointOpts?: ITokenEndpointOpts
136
notificationOpts?: ISingleEndpointOpts
137
createCredentialOfferOpts?: ICreateCredentialOfferEndpointOpts
0 commit comments