authenticate method

Future authenticate()

Authenticates the user.

Implementation

Future<dynamic> authenticate() {
  throw UnimplementedError(
      'authenticate() has not been implemented.');
}