We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587c9e7 commit 3df4a72Copy full SHA for 3df4a72
1 file changed
packages/siop-oid4vp/lib/rp/RP.ts
@@ -138,11 +138,6 @@ export class RP {
138
const authorizationRequestOpts = this.newAuthorizationRequestOpts(opts)
139
140
try {
141
- if(opts.queryId && this._dcqlQueryLookupCallback) {
142
- const dcqlQuery:DcqlQuery = await this._dcqlQueryLookupCallback(opts.queryId)
143
- authorizationRequestOpts.payload.dcql_query = dcqlQuery
144
- }
145
-
146
const uri = await URI.fromOpts(authorizationRequestOpts)
147
const authRequest = await AuthorizationRequest.fromOpts(authorizationRequestOpts)
148
this.emitEvent(AuthorizationEvents.ON_AUTH_REQUEST_CREATED_SUCCESS, {
0 commit comments