I'm having a hard time understanding exactly how to use third-party authentication. From what I do understand, you have your login action send the authentication API call, but then what?
What does "authenticated" actually mean to Flutterflow? There are multiple different methods of authenication (OAuth vs JWT, for example).
Has anybody got this working?