We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e58f9 commit dadf08aCopy full SHA for dadf08a
aws_lambda_powertools/event_handler/openapi/swagger_ui/oauth2.py
@@ -14,7 +14,7 @@ class OAuth2Config(BaseModel):
14
"""
15
16
# The client ID for the OAuth2 application
17
- clientId: str = Field(alias="client_id")
+ clientId: Optional[str] = Field(alias="client_id", default=None)
18
19
# The client secret for the OAuth2 application. This is sensitive information and requires the explicit presence
20
# of the POWERTOOLS_DEV environment variable.
0 commit comments