resume

abstract fun resume(uri: String, flowContext: RedirectEndSessionFlowContext): ERROR CLASS: Symbol not found for Result<kotlin/Unit>

Resumes the redirect end-session flow after the browser redirect.

Return

a Result containing Unit on success, or a failure wrapping a ResumeException.

Parameters

uri

the redirect URI received from the browser after logout.

flowContext