AuthenticatorAttemptEvent constructor

AuthenticatorAttemptEvent({
  1. required String name,
  2. required bool forceRefresh,
  3. ConnectionInfo? connectionInfo,
})

Implementation

AuthenticatorAttemptEvent(
    {required this.name, required this.forceRefresh, this.connectionInfo});