hasValidSignature

suspend fun hasValidSignature(jwks: Jwks): Boolean

Validates the Jwt.signature against the Jwks.

Parameters

jwks

the Jwks to validate the Jwt against.