UNPKG

@sphereon/did-auth-siop

Version:

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

5 lines 269 B
export declare function getNonce(state: string, nonce?: string): string; export declare function toNonce(input: string): string; export declare function getState(state?: string): string; export declare function createState(): string; //# sourceMappingURL=State.d.ts.map