auth abstract method

Future<bool> auth()

Checks if a user is authenticated.

This method should be implemented to return true if the user is authenticated, and false otherwise.

Implementation

Future<bool> auth();