HttpAuthCredentialDatabase constructor
HttpAuthCredentialDatabase()
Class that implements a singleton object (shared instance) which manages the shared HTTP auth credentials cache.
On iOS and MacOS, this class uses the URLCredentialStorage class.
On Android, this class has a custom implementation using android.database.sqlite.SQLiteDatabase
because
WebViewDatabase
doesn't offer the same functionalities as iOS URLCredentialStorage
.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
Implementation
HttpAuthCredentialDatabase()
: this.fromPlatformCreationParams(
const PlatformHttpAuthCredentialDatabaseCreationParams(),
);