Instance Method
add(jwks:)
Adds a
JWKS (JSON Web Key Set) directly to the collection.@discardableResult func add(jwks: JWKS) throws -> Self
Parameters
jwksA
JWKSinstance.
Return Value
Self for chaining.
Discussion
Throws
An error if the JWKS cannot be added.