Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

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

identifier

The kid value to lookup.