AppAuth-Android
AppAuth-Android copied to clipboard
Multiple instances of the AuthorizationService
Is it possible and safe to use several instances of AuthorizationService in the same application ?
Assuming you want to login into multiple services. On paper it should work but I personally haven't tried it.
You can find references of developers integrating login with multiple services, but I haven't seen one where somebody wanted to be logged in into multiple at the same time.