UNPKG

@sphereon/did-auth-siop

Version:

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

4 lines 415 B
import { AuthorizationRequestPayload, SupportedVersion } from '../types'; export declare const authorizationRequestVersionDiscovery: (authorizationRequest: AuthorizationRequestPayload) => SupportedVersion[]; export declare const checkSIOPSpecVersionSupported: (payload: AuthorizationRequestPayload, supportedVersions: SupportedVersion[]) => Promise<SupportedVersion[]>; //# sourceMappingURL=SIOPSpecVersion.d.ts.map