JWKSEcdsaPrivateKey constructor
JWKSEcdsaPrivateKey({})
Returns a new JWKSEcdsaPrivateKey instance.
Implementation
JWKSEcdsaPrivateKey({
required this.kid,
required this.alg,
required this.use,
required this.kty,
required this.crv,
required this.x,
required this.y,
required this.d,
this.x5c = const [],
this.x5t,
this.x5tHashS256,
this.x5u,
});