v2 swagger scopes added to what-changed.

Added hashing functions to all v2 and v3 models that handle security, thats the next target.
This commit is contained in:
Dave Shanley
2022-10-23 14:23:30 -04:00
parent fcd4a0f57d
commit 3bc0a3a577
12 changed files with 367 additions and 6 deletions

View File

@@ -101,4 +101,5 @@ const (
ExplodeLabel = "explode"
ContentTypeLabel = "contentType"
SecurityDefinitionLabel = "securityDefinition"
Scopes = "scopes"
)