Instance Method
find(identifier:)
Retrieves the desired keys from the JSON Web Key Set Multiple keys can have the same
kid if they have different kty values.func find(identifier: JWKIdentifier) -> [JWK]?
Parameters
identifierThe
kidvalue to lookup.