Syncronously verifies a keyless signature for a given message. You need to provide the keyless configuration and the JWK to use for verification.
The JWK to use for verification.
The keyless configuration.
The message to verify the signature against.
The signature to verify.
true if the signature is valid
KeylessError if the signature is invalid
Syncronously verifies a keyless signature for a given message. You need to provide the keyless configuration and the JWK to use for verification.