Skip to content

Commit dd6b370

Browse files
committed
chore: remove unused config definition
1 parent 83a77d8 commit dd6b370

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

fastapi_oidc/types.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
from pydantic import Extra
55

66

7-
class OIDCConfig(BaseModel):
8-
client_id: str
9-
base_authorization_server_uri: str
10-
issuer: str
11-
signature_cache_ttl: str
12-
13-
147
class IDToken(BaseModel):
158
"""Pydantic model representing an OIDC ID Token.
169

0 commit comments

Comments
 (0)