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 daddd8b commit 662c057Copy full SHA for 662c057
aws_lambda_powertools/event_handler/openapi/swagger_ui/oauth2.py
@@ -16,7 +16,7 @@ class OAuth2Config(BaseModel):
16
clientId: str = Field(alias="client_id")
17
18
# The realm in which the OAuth2 application is registered. Optional.
19
- realm: Optional[str]
+ realm: Optional[str] = Field(default=None)
20
21
# The name of the OAuth2 application
22
appName: str = Field(alias="app_name")
0 commit comments