Checks if a user is authenticated.
This method should be implemented to return true if the user is authenticated, and false otherwise.
true
false
Future<bool> auth();