toJWK abstract method

Map<String, dynamic> toJWK({
  1. String? keyID,
})

Convert the key to a JWK JSON object representation

Implementation

Map<String, dynamic> toJWK({String? keyID});