Options for verifyRequest.
optional
documentLoader: DocumentLoader
The document loader to use for fetching the public key.
optional
contextLoader: DocumentLoader
The context loader to use for JSON-LD context retrieval.
optional
timeWindow:
The time window to allow for the request date. The actual time window is
twice the value of this option, with the current time as the center.
Or if it is false
, no time check is performed.
An hour by default.
optional
currentTime: Temporal.Instant
The current time. If not specified, the current time is used. This is useful for testing.