KeyToJwk.from constructor

KeyToJwk.from({
  1. required String k,
  2. required String kty,
  3. required bool ext,
  4. required String alg,
})

Implementation

KeyToJwk.from(
    {required this.k,
    required this.kty,
    required this.ext,
    required this.alg});