( configPath: string, runtimeFlags: RuntimeFlags )
| 425 | } |
| 426 | |
| 427 | function deleteFileStorageCredentials( |
| 428 | configPath: string, |
| 429 | runtimeFlags: RuntimeFlags |
| 430 | ): void { |
| 431 | deleteCredentialsFile(configPath); |
| 432 | deleteCredentialsFromKeyringIfAvailable(configPath, runtimeFlags); |
| 433 | } |
| 434 | |
| 435 | function deleteKeyringStorageCredentials( |
| 436 | configPath: string, |
no test coverage detected