Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions getting-started/generating-tokens-oauth2-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Uses a client\_id and client\_secret to generate an app access token which can b
{
"access_token": "",
"token_type": "",
"expires_in": "",
"expires_in": ""
}
```
{% endtab %}
Expand Down Expand Up @@ -231,7 +231,7 @@ Body:
{
"access_token": "",
"expires_in": "",
"token_type": "",
"token_type": ""
}
```

Expand Down Expand Up @@ -413,7 +413,7 @@ GET
https://id.kick.com/oauth/authorize?
response_type=code&
client_id=<your_client_id>&
redirect=127.0.0.1
redirect=127.0.0.1&
redirect_uri=<http://127.0.0.1/callback>&
scope=<scopes>&
code_challenge=<code_challenge>&
Expand Down