AndroidHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams constructor
AndroidHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams(
- PlatformHttpAuthCredentialDatabaseCreationParams params
Creates a AndroidHttpAuthCredentialDatabaseCreationParams instance based on PlatformHttpAuthCredentialDatabaseCreationParams
.
Implementation
factory AndroidHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams(
PlatformHttpAuthCredentialDatabaseCreationParams params) {
return AndroidHttpAuthCredentialDatabaseCreationParams(params);
}