We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62ecf4 commit 553c6caCopy full SHA for 553c6ca
workos/sso.py
@@ -103,12 +103,12 @@ def get_profile(self, code):
103
def promote_draft_connection(self, token):
104
"""Promote a Draft Connection
105
106
- Promotes a Draft Connection created through the IdP Link embed. A Draft Connection that has
+ Promotes a Draft Connection created through the WorkOS.js embed. A Draft Connection that has
107
been promoted will enable Enterprise users of the domain to begin signing in via SSO.
108
109
Args:
110
token (str): The token supplied via the response when a draft connection is created via
111
- the Idp Link embed
+ the WorkOS.js embed
112
113
Returns:
114
bool: True if a Draft Connection has been successfully promoted
0 commit comments