A callback that performs sign in action.
The 'username' and 'password' from user input are provided to this function.
final Future<void> Function(String username, String password) onSignIn;