Constructs an instance of Jwk.
Jwk({required this.kty, required this.crv, required this.x, this.d, this.y});