AuthenticatorErrorEvent constructor

AuthenticatorErrorEvent({
  1. required String name,
  2. required int reason,
  3. required int timeTaken,
  4. ConnectionInfo? connectionInfo,
})

Implementation

AuthenticatorErrorEvent(
    {required this.name,
    required this.reason,
    required this.timeTaken,
    this.connectionInfo});