We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
redirect_uri
1 parent 044a85a commit f316286Copy full SHA for f316286
workos/passwordless.py
@@ -22,6 +22,10 @@ def create_session(self, session_options):
22
Args:
23
session_options (dict) - An session options object
24
session_options[email] (str): The email of the user to authenticate.
25
+ session_options[redirect_uri] (str): Optional parameter to
26
+ specify the redirect endpoint which will handle the callback
27
+ from WorkOS. Defaults to the default Redirect URI in the
28
+ WorkOS dashboard.
29
session_options[state] (str): Optional parameter that the redirect
30
URI received from WorkOS will contain. The state parameter
31
can be used to encode arbitrary information to help
0 commit comments