findById

fun findById(kid: String): Jwk?(source)

Returns the first key whose Jwk.kid matches kid, or null if not found.

Return

the matching Jwk, or null if no key with that ID is present.

Parameters

kid

the key ID to search for