authTabCustomizer

A customizer for AuthTabIntent.Builder.

Use this to customize the appearance and behavior of Auth Tabs, such as:

  • Adding additional custom parameters

  • Setting extra headers

Example:

BrowserLauncher.authTabCustomizer = {
// Auth Tab customizations
}

WARNING: GLOBAL CONFIGURATION PROPERTY - NOT THREAD-SAFE Set this value during application initialization before any browser launches occur. Changes to this property will affect all subsequent browser launches across the entire app.