fix auth flows

This commit is contained in:
Fabian Freund
2026-08-09 04:31:22 +02:00
parent d7055a6f44
commit 599fb997f1
21 changed files with 349 additions and 58 deletions
@@ -2994,6 +2994,10 @@ class AppLinkPolicySnapshot {
final bool marketplaceFallbackEnabled;
/// Allows same-caller Custom Tab / ActionView authentication callbacks to
/// return to their app even when the general app-link mode is `never`.
final bool authExceptionsEnabled;
/// Regular / no-contextId tabs are proxied via the `general` scope.
final bool protectGeneralContext;
@@ -3014,6 +3018,7 @@ class AppLinkPolicySnapshot {
required this.globalMode,
required this.rules,
required this.marketplaceFallbackEnabled,
required this.authExceptionsEnabled,
required this.protectGeneralContext,
required this.protectedContextIds,
required this.strictContextIds,