callAuthentication abstract method
Launches auth flow. Must be overriden by children
Implementation
Future<ThirdPartySessionModel?> callAuthentication(ModSessionDTO dto);
Launches auth flow. Must be overriden by children
Future<ThirdPartySessionModel?> callAuthentication(ModSessionDTO dto);