Skip to content

Commit 54030ef

Browse files
committed
Add authentication
1 parent 358343c commit 54030ef

File tree

3 files changed

+884
-874
lines changed

3 files changed

+884
-874
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace ApiClients\Client\Github\OpenAPI\ApiGitHubCom\;
4+
5+
interface AuthenticationInterface
6+
{
7+
public function authHeader() : string;
8+
}

0 commit comments

Comments
 (0)