@sphereon/did-auth-siop
Version:
Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)
4 lines • 415 B
TypeScript
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