@sphereon/did-auth-siop
Version:
Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)
4 lines • 402 B
TypeScript
import { WrappedVerifiablePresentation } from '@sphereon/ssi-types';
import { RevocationVerification, RevocationVerificationCallback } from '../types';
export declare const verifyRevocation: (vpToken: WrappedVerifiablePresentation, revocationVerificationCallback: RevocationVerificationCallback, revocationVerification: RevocationVerification) => Promise<void>;
//# sourceMappingURL=Revocation.d.ts.map