Functions
The following functions are available globally.
-
Performs RSA Key lookup in JSON Web Key Set
Declaration
Swift
public func rsaJwk(jwks: Jwks, kid: String) -> JwkContent?Parameters
jwksJSON Web Key Set to do the lookup
kidthe key identifier in the header of the JSON Web Token
Return Value
the RSA JSON Web Key or nil if not found.
Functions Reference