PreAuthenticate method

Future<void> PreAuthenticate()
This method is called to pre-authenticate credentials before a service request is made.

Implementation

Future<void> PreAuthenticate() async {
  // do nothing by default.
}