endSessionWithBrowser

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

idToken

The ID_TOKEN which associated with the user session.

oAuth2Client

The OAuth2Client

appAuthConfiguration

The AppAuthConfiguration

listener

Listener to listen for end session event.