JsonWebKeySet.fromJson constructor

JsonWebKeySet.fromJson(
  1. Map<String, dynamic> json
)

Constructs a JsonWebKeySet from its JSON representation

Implementation

JsonWebKeySet.fromJson(Map<String, dynamic> json) : super.from(json);