AuthManager constructor
AuthManager({})
Implementation
AuthManager({
required this.jwtSecret,
this.sessionDuration = const Duration(hours: 24),
this.jwtDuration = const Duration(hours: 1),
});
AuthManager({
required this.jwtSecret,
this.sessionDuration = const Duration(hours: 24),
this.jwtDuration = const Duration(hours: 1),
});