@sphereon/did-auth-siop
Version:
Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)
5 lines • 442 B
TypeScript
import { Format } from '@sphereon/pex-models';
import { CommonSupportedMetadata, DiscoveryMetadataPayload, RPRegistrationMetadataPayload } from '../types';
export declare function assertValidMetadata(opMetadata: DiscoveryMetadataPayload, rpMetadata: RPRegistrationMetadataPayload): CommonSupportedMetadata;
export declare function supportedCredentialsFormats(rpFormat: Format, opFormat: Format): Format;
//# sourceMappingURL=Metadata.d.ts.map