| 44 | } |
| 45 | |
| 46 | class StrictParsingError extends HttpSignatureError { |
| 47 | constructor(message: string) { |
| 48 | super(message, StrictParsingError) |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | type Options = { |
| 53 | clockSkew: number |
nothing calls this directly
no outgoing calls
no test coverage detected