Home
last modified time | relevance | path

Searched defs:toCertificateRequest (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/sigstore/dist/ca/
Dformat.d.ts5 export declare function toCertificateRequest(identityToken: string, publicKey: KeyObject, challenge… function
Dformat.js4 function toCertificateRequest(identityToken, publicKey, challenge) { function