forked from loafle/openapi-generator-original
Merge remote-tracking branch 'origin/master' into 6.0.x
This commit is contained in:
@@ -26,4 +26,3 @@ def validate_scope_petstore_auth(required_scopes: List[str], token_scopes: List[
|
||||
""" Validate required scopes are included in token scope """
|
||||
return set(required_scopes).issubset(set(token_scopes))
|
||||
|
||||
|
||||
|
||||
@@ -502,7 +502,7 @@ paths:
|
||||
format: int32
|
||||
type: integer
|
||||
X-Expires-After:
|
||||
description: date in UTC when toekn expires
|
||||
description: date in UTC when token expires
|
||||
schema:
|
||||
format: date-time
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user