OptionalclientThe client id of the wallet requesting the credential.
If provided, it will be matched against the iss claim.
The credential issuer identifier. Matched against the aud claim.
Expected nonce value (c_nonce) previously shared with the wallet
via the Nonce Endpoint.
The compact JWT proof to verify.
OptionalnonceDate at which the nonce expires. If the current time exceeds this value, verification fails before signature checking.
OptionalnowCurrent time override. If not provided, Date.now() is used.
Callbacks required for JWT signature verification and JWK thumbprint hashing.