HttpAuthCredentialDatabase.fromPlatformCreationParams constructor
HttpAuthCredentialDatabase.fromPlatformCreationParams()
Constructs a HttpAuthCredentialDatabase from creation params for a specific platform.
Implementation
HttpAuthCredentialDatabase.fromPlatformCreationParams(
PlatformHttpAuthCredentialDatabaseCreationParams params,
) : this.fromPlatform(PlatformHttpAuthCredentialDatabase(params));