Cosmetic
This commit is contained in:
parent
a597a444b5
commit
21ccdad953
2 changed files with 13 additions and 16 deletions
|
@ -19,6 +19,8 @@ class OIDCProvider(BaseModel):
|
|||
url: str
|
||||
client_id: str
|
||||
client_secret: str = ""
|
||||
# For PKCE (not implemented yet)
|
||||
# code_challenge_method: str | None = None
|
||||
hint: str = "No hint"
|
||||
|
||||
@computed_field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue