RedirectEndSessionFlow
interface RedirectEndSessionFlow
RedirectEndSessionFlow encapsulates the behavior required to log out using an OIDC browser redirect flow.
Call start to build the logout URL, then open it in a browser. Once the user is redirected back to your app, call resume with the redirect URI to complete the flow.
Types
Link copied to clipboard
Thrown from resume when the logout redirect cannot be completed successfully.
Functions
Link copied to clipboard
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.
Link copied to clipboard
fun RedirectEndSessionFlow.resume(uri: Uri, flowContext: RedirectEndSessionFlowContext): Result<Unit>
Resumes the Redirect End Session flow using an Android android.net.Uri.