AuthErrorScope constructor
- Key? key,
- required ErrorHandler? onAuthError,
- TokenErrorHandler? onTokenError,
- required Widget child,
Implementation
const AuthErrorScope({
super.key,
required this.onAuthError,
this.onTokenError,
required this.child,
});