JwkSetRetrieverFunction

typealias JwkSetRetrieverFunction = (String) -> JsonWebKeySet?(source)

Clients need to retrieve the URL passed in as the only argument, and parse the content to JsonWebKeySet.