Get the username and password of repository.
string $repositoryName The unique name of repository:
array{username: string|null, password: string|null}
public function getAuthentication(string $repositoryName);