start

suspend fun start(redirectUrl: String, idToken: String): OidcClientResult<RedirectEndSessionFlow.Context>

Initiates the logout redirect flow.

See RedirectEndSessionFlow.resume for completing the flow.

Parameters

redirectUrl

the redirect URL.

idToken

the token used to identify the session to log the user out of.