Instance Property
jwk
The
jwk (JSON Web Key) Header Parameter is a JSON object that represents a cryptographic key. This parameter is used to transmit a key to be used in securing the JWT.var jwk: [String : JWTHeaderField]? { get set }