AuthenticatorAttemptEvent constructor
AuthenticatorAttemptEvent({
- required String name,
- required bool forceRefresh,
- ConnectionInfo? connectionInfo,
Implementation
AuthenticatorAttemptEvent(
{required this.name, required this.forceRefresh, this.connectionInfo});