We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3124bc commit 799d538Copy full SHA for 799d538
src/workos/types/user_management/session.py
@@ -47,6 +47,7 @@ class SessionConfig(TypedDict, total=False):
47
48
49
AuthMethodType = Literal[
50
+ "cross_app_auth",
51
"external_auth",
52
"impersonation",
53
"magic_code",
0 commit comments