test flow

pull/4/head
shengzhaoli.shengz 2023-10-17 20:03:16 +08:00
parent 101b97ff11
commit 450b9c7e6d
1 changed files with 2 additions and 1 deletions

View File

@ -223,7 +223,8 @@
<button class="btn btn-link" type="submit">
/oauth2/token?client_id={{clientId}}&client_secret={{clientSecret}}&grant_type=refresh_token&refresh_token={{refreshToken}}
</button>
<span class="label label-warning">POST</span>
<span class="label label-warning">POST</span> |
<span class="text-muted">复用refresh_token: <span class="text-info" th:text="${clientDetailsDto.tokenSettings.reuseRefreshTokens}"></span></span>
</form>
</div>
</div>