JwtKey constructor
const
JwtKey({})
Implementation
const factory JwtKey({
required String kid,
required String kty,
required String alg,
String? use,
String? n,
String? e,
String? crv,
String? x,
String? y,
}) = _JwtKey;