RedirectEndSessionFlow
Deprecated
The Android-only RedirectEndSessionFlow is deprecated in favor of the KMP variant, which works on Android and JVM. Use com.okta.oauth2.kmp.RedirectEndSessionFlow instead, or the higher-level com.okta.webauthenticationui.WebAuthentication.logoutOfBrowser which is already KMP-backed. This class will be removed in a future major release.
RedirectEndSessionFlow encapsulates the behavior required to logout using an OIDC Browser redirect flow.
Note: OIDC Logout terminology is nuanced, see Logout Documentation for additional details.
Constructors
Initializes an end session redirect flow.
Initializes an end session redirect flow using OidcConfiguration.
Types
Used in a OAuth2ClientResult.Error.exception from resume.
Used in a OAuth2ClientResult.Error.exception from resume.
Functions
Resumes the logout redirect flow.
Initiates the logout redirect flow.