callAuthentication abstract method

Future<ThirdPartySessionModel?> callAuthentication(
  1. ModSessionDTO dto
)

Launches auth flow. Must be overriden by children

Implementation

Future<ThirdPartySessionModel?> callAuthentication(ModSessionDTO dto);