end Session
fun endSession( data: Intent, onSuccess: () -> Unit, onFail: (OpenIDError) -> Unit)
Content copied to clipboard
Call this method in order to execute the sign out process, which sign the user out.
Parameters
data
The intent encapsulate the end session response.
on Success
The session has been successfully ended.
on Fail
Called when an error occurs.