HttpAuthCredentialDatabase.fromPlatformCreationParams constructor

HttpAuthCredentialDatabase.fromPlatformCreationParams(
  1. PlatformHttpAuthCredentialDatabaseCreationParams params
)

Constructs a HttpAuthCredentialDatabase from creation params for a specific platform.

Implementation

HttpAuthCredentialDatabase.fromPlatformCreationParams(
  PlatformHttpAuthCredentialDatabaseCreationParams params,
) : this.fromPlatform(PlatformHttpAuthCredentialDatabase(params));