Skip to content

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.