Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-04 15:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-04 15:09:33 +0300
commit46b08e61d27f9b3f45b130f9204084ffcf50c304 (patch)
tree96ef84fc43b41e8d1f8539fe085dc01496e29427 /doc/integration/oauth_provider.md
parent54cd986c9f16b5f7587b072ee8eb84bbf6642e8c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/oauth_provider.md')
-rw-r--r--doc/integration/oauth_provider.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md
index 4031f3a52e7..962f5c4e5fb 100644
--- a/doc/integration/oauth_provider.md
+++ b/doc/integration/oauth_provider.md
@@ -96,8 +96,8 @@ The ability to opt-out of expiring access tokens was [deprecated](https://gitlab
in GitLab 14.3 and [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/340848) in 15.0. All
existing integrations must be updated to support access token refresh.
-Access tokens expire in two hours which means that integrations that use them must support generating new access
-tokens at least every two hours.
+Access tokens expire after two hours. Integrations that use access tokens must generate new ones at least every
+two hours.
When applications are deleted, all grants and tokens associated with the application are also deleted.