1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-03-31 14:20:59 +00:00

Create Token types

Generate a I’d
This commit is contained in:
CApi 2025-03-21 13:32:03 +05:30 committed by GitHub
parent cdca7365b2
commit 0875f859f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
Token टाइप Normal file
View file

@ -0,0 +1,13 @@
{
"access_token": "accesstoken",
"expires_in": "28800",
"refresh_token": "r1.refreshme",
"refresh_token_expires_in": "15811200",
"scope": "",
"token_type": "bearer" POST /login/oauth/access_token HTTP/1.1
Host: github.com
grant_type=refresh_token
refresh_token=r1.refreshme
&client_id=5566778899
&client_secret=5566778899