Skip to content

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

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.