File tree 1 file changed +2
-2
lines changed
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{
51
51
AccessTokenScopeCategoryUser : "user" ,
52
52
}
53
53
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
55
55
var AllAccessTokenScopeCategoryNames = []string {
56
56
AccessTokenScopeCategoryNames [AccessTokenScopeCategoryActivityPub ],
57
57
AccessTokenScopeCategoryNames [AccessTokenScopeCategoryAdmin ],
@@ -64,7 +64,7 @@ var AllAccessTokenScopeCategoryNames = []string{
64
64
AccessTokenScopeCategoryNames [AccessTokenScopeCategoryUser ],
65
65
}
66
66
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
68
68
var AllNonAdminAccessTokenScopeCategoryNames = []string {
69
69
AccessTokenScopeCategoryNames [AccessTokenScopeCategoryActivityPub ],
70
70
AccessTokenScopeCategoryNames [AccessTokenScopeCategoryMisc ],
You can’t perform that action at this time.
0 commit comments