Skip to content

Instance Method

get(kid:alg:)

Gets a signer for the supplied kid, if one exists.
func get(kid: JWKIdentifier? = nil, alg: String? = nil) -> JWTSigner?