File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ and guess what should contain `$password`. The `$method` can contain one of the
27
27
* ` Github\Client::AUTH_JWT ` - https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app
28
28
29
29
The required value of ` $password ` depends on the chosen ` $method ` . For ` Github\Client::AUTH_URL_TOKEN ` ,
30
- ` Github\Client::AUTH_HTTP_TOKEN ` and ` Github\Client::JWT ` methods you should provide the API token in
30
+ ` Github\Client::AUTH_HTTP_TOKEN ` , ` Github\Client::AUTH_ACCESS_TOKEN ` and ` Github\Client::JWT ` methods you should provide the API token in
31
31
` $usernameOrToken ` variable (` $password ` is omitted in this particular case). For the
32
32
` Github\Client::AUTH_HTTP_PASSWORD ` , you should provide the password of the account. When using ` Github\Client::AUTH_URL_CLIENT_ID `
33
33
` $usernameOrToken ` should contain your client ID, and ` $password ` should contain client secret.
You can’t perform that action at this time.
0 commit comments