VerifyOnlyKey
class VerifyOnlyKey(val identifier: SigningKey.Identifier, val publicKey: Key) : SigningKey, JwsVerifier(source)
A verify-only key that holds only the public key material, implementing JwsVerifier.
Used when tokens must be verified but signing is not required (e.g. a service that only consumes tokens). Accessing privateKey on this type throws.