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