You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/oauth/src/keycardai/oauth/types/models.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ class TokenExchangeRequest(BaseModel):
48
48
client_assertion_type: str|None=None
49
49
client_assertion: str|None=None
50
50
51
+
user_identifier: str|None=Field(default=None, description="User identifier for user identifier delegated grant access. Mutually exclusive with subject_token.")
0 commit comments