authenticate method

Future<bool> authenticate()

Implementation

Future<bool> authenticate() {
  throw UnimplementedError('authenticate() not implemented');
}