FidoUafAttestationInformationError.fetchCrlError constructor

FidoUafAttestationInformationError.fetchCrlError(
  1. Map<String, dynamic> json
)

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);
}