TL;DR; you don't log out of a brokered IdP. You don't want all of your Google sessions shut down because you logged out of grub hub.
With that said, there are some things that we might want to considered with respect to the IdP. For instance if we our users are using other services provided by the IdP. https://developers.google.com/identity/sign-in/android/disconnect
It may be enough that we have an onDisconnect Interface/listener/lifecycle method/etc that the developer can define their own code for. |
|