start

abstract suspend fun start(idToken: String, redirectUrl: String, extraRequestParameters: Map<String, String> = emptyMap()): ERROR CLASS: Symbol not found for Result<com/okta/oauth2/kmp/RedirectEndSessionFlowContext>

Initiates the redirect end-session flow.

Return

a Result containing a RedirectEndSessionFlowContext with the logout URL and state.

Parameters

idToken

the ID token hint identifying the session to log out.

redirectUrl

the post-logout redirect URI registered with the authorization server.

extraRequestParameters

additional key-value pairs appended to the end-session URL.