I am new to FlutterFlow and was wondering how you authenticate towards Salesforce with FlutterFlow. The idea is to login to Salesforce and get the users access token from Salesforce which which will then be used when making the api calls from cloud functions. I am passing the access token to cloud functions.
When starting the application the Salesforce login page is presented if the token is not available
There is no need for a login page because the Salesforce authorize endpoint already provides that (/oauth2/authorize)