publicJwk method

  1. @override
Future<Map<String, dynamic>> publicJwk()
override

Public JWK of the holder key (kty:EC, crv:P-256, x, y). Goes into the credential's cnf claim and into proof / KB-JWT headers.

Implementation

@override
Future<Map<String, dynamic>> publicJwk() async => publicJwkSync();