Skip to content

Commit 014a518

Browse files
authored
Fix probably typo in JSON example
this is lowercase in RFC 8693
1 parent 892c4b7 commit 014a518

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)