Skip to content

Instance Method

add(jwks:)

Adds a JWKS (JSON Web Key Set) directly to the collection.
@discardableResult func add(jwks: JWKS) throws -> Self

Parameters

jwks

A JWKS instance.

Return Value

Self for chaining.

Discussion

Throws

An error if the JWKS cannot be added.