FidoUafAttestationInformationError.fetchCrlError constructor
The Certificate Revocation List (CRL) published by Google with the revoked attestation certificates could not be retrieved.
Params:
- json: contains the source for instance creation.
Implementation
factory FidoUafAttestationInformationError.fetchCrlError(
Map<String, dynamic> json,
) {
return FidoUafAttestationInformationFetchCrlError.fromJson(json);
}