Skip to content

Commit 5171e0a

Browse files
committed
ron: adding support for context param
1 parent 5d295b7 commit 5171e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workos/user_management.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def get_authorization_url(
345345
code_challenge: Optional[str] = None,
346346
prompt: Optional[str] = None,
347347
screen_hint: Optional[ScreenHintType] = None,
348+
context: Optional[str] = None,
348349
) -> str:
349350
"""Generate an OAuth 2.0 authorization URL.
350351

0 commit comments

Comments
 (0)