only need one of token|access_token|refresh_token

This commit is contained in:
luke crouch 2019-02-19 09:19:52 -06:00 коммит произвёл GitHub
Родитель 782ce300d6
Коммит be51f0e8e0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -455,8 +455,7 @@ destroy the token afterwards. A client can use this route to do so.
#### Request Parameters
- `token|access_token`: The hex string access token. By default, `token` is assumed to be the access token.
- `refresh_token`: (optional) The hex string refresh token.
- `token|access_token|refresh_token`: The hex string access token. By default, `token` is assumed to be the access token.
**Example:**