authenticate abstract method
authenticate is used to store the authObject and update
the isAuthenticated state to true.
Implementation
Future authenticate(T authObject);
authenticate is used to store the authObject and update
the isAuthenticated state to true.
Future authenticate(T authObject);