handleEndSessionResponse

fun handleEndSessionResponse(intent: Intent, completion: (Completion<Unit>) -> Unit)

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.