Good day, was wondering what options I got to handle this situation:
- User owned application is created
- Got an Application ID and secret hash
How can I share that secret hash with another user so we can both work on the new application? Can I access that value with an api call that each user can use to fetch it on app start?
Appreciate all the help, thank you.