AuthenticationError.fido constructor
- Map<
String, dynamic> json
An error that indicates that a FIDO UAF error occurred during an operation.
Params:
- json: contains the source for instance creation.
Implementation
factory AuthenticationError.fido(Map<String, dynamic> json) {
return AuthenticationFidoError.fromJson(json);
}