Skip to content

Commit a7604a2

Browse files
committed
Update ephemeralSession docs
- inform users that the Custom Tabs ephemeral sessions will be enabled only if it's supported
1 parent b9bb9bc commit a7604a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc-appsupport/src/androidMain/kotlin/org/publicvalue/multiplatform/oidc/appsupport/AndroidCodeAuthFlowFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AndroidCodeAuthFlowFactory(
3535
/**
3636
* If `true`, the authorization session will be ephemeral:
3737
* cookies, cache, and other session data will be cleared before starting
38-
* the flow in both WebView and Custom Tabs.
38+
* the flow in both WebView and Custom Tabs (if supported).
3939
*/
4040
private val ephemeralSession: Boolean = false,
4141
/** preferred custom tab providers, list of package names in order of priority. Check [Browser][org.publicvalue.multiplatform.oidc.appsupport.customtab.Browser] for example values. **/

0 commit comments

Comments
 (0)