File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ var AccessTokenScopeCategoryNames = map[AccessTokenScopeCategory]string{
5151 AccessTokenScopeCategoryUser : "user" ,
5252}
5353
54- // AccessTokenScopeCategoryNames is a list of all access token scope category names including admin's reserved scope
54+ // AllAccessTokenScopeCategoryNames is a list of all access token scope category names including admin's reserved scope
5555var AllAccessTokenScopeCategoryNames = []string {
5656 AccessTokenScopeCategoryNames [AccessTokenScopeCategoryActivityPub ],
5757 AccessTokenScopeCategoryNames [AccessTokenScopeCategoryAdmin ],
@@ -64,7 +64,7 @@ var AllAccessTokenScopeCategoryNames = []string{
6464 AccessTokenScopeCategoryNames [AccessTokenScopeCategoryUser ],
6565}
6666
67- // AccessTokenScopeCategoryNames is a list of all access token scope category names without admin's reserved scope
67+ // AllNonAdminAccessTokenScopeCategoryNames is a list of all access token scope category names without admin's reserved scope
6868var AllNonAdminAccessTokenScopeCategoryNames = []string {
6969 AccessTokenScopeCategoryNames [AccessTokenScopeCategoryActivityPub ],
7070 AccessTokenScopeCategoryNames [AccessTokenScopeCategoryMisc ],
You can’t perform that action at this time.
0 commit comments