handle End Session Response
fun handleEndSessionResponse(intent: Intent, completion: (Completion<Unit>) -> Unit)
Content copied to clipboard
Resets the local session object.
Parameters
intent
Represents the Intent from the Chrome Custom Tab.
completion
The block to be called when the session has been reset or a Throwable when an exception occurred.