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.
1 parent b01235b commit 8c2d7eeCopy full SHA for 8c2d7ee
workos/passwordless.py
@@ -32,6 +32,10 @@ def create_session(self, session_options):
32
restore application state between redirects.
33
session_options[type] (str): The type of Passwordless Session to
34
create. Currently, the only supported value is 'MagicLink'.
35
+ session_options[connection] (str): Optional parameter for the ID of a
36
+ specific connection. Can be used to create a Passwordless Session
37
+ for a specific connection rather than using the domain from the email
38
+ to determine the Organization and Connection.
39
40
Returns:
41
dict: Passwordless Session
0 commit comments