Update api spec (#425)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
282bffa217
commit
c8a1761f16
@ -8,6 +8,8 @@ class OAuth2ClientInfo(BaseModel):
|
||||
|
||||
csrf_token: Optional[str] = None
|
||||
|
||||
oidc_nonce: Optional[str] = None
|
||||
|
||||
pkce_code_verifier: Optional[str] = None
|
||||
|
||||
url: Optional[str] = None
|
||||
|
Reference in New Issue
Block a user