Fixes #17. Mention code param during OAuth 2.0 finishing

This commit is contained in:
ErickSkrauch 2024-01-24 02:12:10 +01:00
parent 8035787d87
commit 6e82e995e9
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@
- Точный адрес, использованный для переадресации пользователя.
* - ``grant_type``
- В данном случае указывается ``authorization_code``.
* - ``code``
- Код авторизации, полученный в GET-параметрах после успешной переадресации.
**Пример реализации обмена на PHP:**