function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Talha AliTalha Ali 

Good for Enterprise using OAuth2 for SFDC Login in Android

I have an app with Good for Enterprise integrated into it and now need to use OAuth2 to connect to SFDC. Is there any documentation on how to connect to SFDC's servers without using the SDK's Login Activity? Since SFDCs SDK doesn't use Good to communicate, Good cannot see the login process.Also, can I build my own OAuth2 login flow and still continue to use the SDK to manage the communication between my app and SFDC.