UNPKG

@identity.com/dsr

Version:

The Dynamic Scope Request (DSR) javascript library provides capability around securely requesting credential information between an ID Requester and an ID Holder

9 lines (7 loc) 258 B
const DsrResolver = require('../../src/index'); describe('DSR Factory Tests', () => { it('Should not Construct DSR with unknown claims', () => { expect(DsrResolver.Resolver).toBeDefined(); expect(DsrResolver.ScopeRequest).toBeDefined(); }); });