We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f2988 commit 9ea4709Copy full SHA for 9ea4709
1 file changed
packages/issuer-rest/lib/__tests__/ClientIssuerIT.spec.ts
@@ -256,6 +256,7 @@ describe('VcIssuer', () => {
256
credentialIssuerMetadata: {
257
credential_endpoint: 'http://localhost:3456/test/credential-endpoint',
258
credential_issuer: 'http://localhost:3456/test',
259
+ token_endpoint: 'http://localhost:3456/test/token',
260
credentials_supported: [
261
{
262
credentialSubject: {
0 commit comments