end Session With Browser
fun endSessionWithBrowser(idToken: String, oAuth2Client: OAuth2Client, appAuthConfiguration: AppAuthConfiguration, listener: FRListener<Void?>)
End the user session with end session endpoint with browser. This method will open the browser to end the session.
Parameters
id Token
The ID_TOKEN which associated with the user session.
o Auth2Client
The OAuth2Client
app Auth Configuration
The AppAuthConfiguration
listener
Listener to listen for end session event.