JwsAuthorizationProvider.fromJson constructor
Alternate constructor that creates a JwsAuthorizationProvider from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory JwsAuthorizationProvider.fromJson(Map<String, dynamic> json) {
return JwsAuthorizationProviderImpl.fromJson(json);
}