Skip to content

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

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.