Skip to content

Commit 8d487f5

Browse files
Fix probable typo in JSON example (#38624)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent f286910 commit 8d487f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/building-copilot-extensions/using-oidc-with-github-copilot-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This endpoint should:
103103
```json
104104
{
105105
"access_token": <"your-service-token">,
106-
"Issued_token_type":"urn:ietf:params:oauth:token-type:access_token",
106+
"issued_token_type":"urn:ietf:params:oauth:token-type:access_token",
107107
"token_type": "Bearer",
108108
"expires_in": 3600
109109
}

0 commit comments

Comments
 (0)