JWKS public struct JWKS : Codable The JSON Web Key Set (JWKS) of your Auth0 tenant. See JSON Web Key Sets keys The keys in the key set. Declaration Swift public let keys: [JWK] key(id:) Gets a key from the key set by its identifier (kid). Declaration Swift func key(id kid: String) -> JWK?