UNPKG

@sphereon/did-auth-siop

Version:

Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)

11 lines 378 B
import { ISimpleLogger } from '@sphereon/ssi-types'; import SIOPErrors from './Errors'; export declare const LOG: ISimpleLogger<string>; export { SIOPErrors }; export * from './JWT.types'; export * from './SIOP.types'; export * from './Events'; export * from './SessionManager'; export * from './VpJwtIssuer'; export * from './VpJwtVerifier'; //# sourceMappingURL=index.d.ts.map