Skip to content

Commit 735e56d

Browse files
committed
chore: allow to set clientId
1 parent 03598ef commit 735e56d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/client/lib/OpenID4VCIClient.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ import {
2424
toAuthorizationResponsePayload,
2525
} from '@sphereon/oid4vci-common';
2626
import { CredentialFormat } from '@sphereon/ssi-types';
27+
import { jwk } from '@transmute/did-key.js'
28+
import * as console from 'console'
29+
import * as console from 'console'
30+
import * as console from 'console'
31+
import * as console from 'console'
32+
import * as console from 'console'
33+
import debug from 'debug'
2734
import Debug from 'debug';
2835

2936
import { AccessTokenClient } from './AccessTokenClient';
@@ -487,6 +494,11 @@ export class OpenID4VCIClient {
487494
return this._alg;
488495
}
489496

497+
498+
set clientId(value: string | undefined) {
499+
this._clientId = value
500+
}
501+
490502
get clientId(): string | undefined {
491503
return this._clientId;
492504
}

0 commit comments

Comments
 (0)