performAuthenticate abstract method

Future<Account?> performAuthenticate()

This method is for subclasses only. Call authenticate() instead.

Implementation

Future<Account?> performAuthenticate();