JWKSSymmetricKey constructor
JWKSSymmetricKey({})
Returns a new JWKSSymmetricKey instance.
Implementation
JWKSSymmetricKey({
required this.kid,
required this.alg,
required this.use,
required this.kty,
required this.k,
this.x5c = const [],
this.x5t,
this.x5tHashS256,
this.x5u,
});