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:
Diffstat (limited to 'db/docs/oauth_access_tokens.yml')
-rw-r--r--db/docs/oauth_access_tokens.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/db/docs/oauth_access_tokens.yml b/db/docs/oauth_access_tokens.yml
new file mode 100644
index 00000000000..0f9165f1fca
--- /dev/null
+++ b/db/docs/oauth_access_tokens.yml
@@ -0,0 +1,10 @@
+---
+table_name: oauth_access_tokens
+classes:
+- Doorkeeper::AccessToken
+- OauthAccessToken
+feature_categories:
+- authentication_and_authorization
+description: TODO
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/e41dadcb33fda44ee274daa673bd933e13aa90eb
+milestone: '7.7'