Skip to content

Instance Method

find(identifier:type:)

Retrieves the desired key from the JSON Web Key Set
func find(identifier: JWKIdentifier, type: JWK.KeyType) -> JWK?

Parameters

identifier

The kid value to lookup.

type

The kty value.