File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,9 @@ def get_authorization_url(
350350 state (str): An encoded string passed to WorkOS that'd be preserved through the authentication workflow, passed
351351 back as a query parameter. (Optional)
352352 code_challenge (str): Code challenge is derived from the code verifier used for the PKCE flow. (Optional)
353- prompt (str): The prompt parameter can be used to specify whether the user should be prompted for credentials or not.
353+ prompt (str): Used to specify whether the upstream provider should prompt the user for credentials or other
354+ consent. Valid values depend on the provider. Currently only applies to provider values of 'GoogleOAuth',
355+ 'MicrosoftOAuth', or 'GitHubOAuth'. (Optional)
354356
355357 Returns:
356358 str: URL to redirect a User to to begin the OAuth workflow with WorkOS
You can’t perform that action at this time.
0 commit comments