authenticate abstract method

Future<void> authenticate(
  1. StrategyRequest request
)

Authenticate the request

Implementation

Future<void> authenticate(StrategyRequest request);