pub fn verify_browser_completion(
request: &CompletePairingRequest,
host: &EndpointRef,
approval: &BrowserPairingApprovalBinding,
now: i64,
) -> Result<BrowserPairingCompletionBinding, Error>Expand description
Verify only subject possession over the exact stored approval. The host must separately reverify the private derived Biscuit, account, revocations and expiry. This creates neither an endpoint attachment nor an independent mint issuer.