Unstyled components
SignUpButton
Bases: ClerkBase
Source code in custom_components/reflex_clerk_api/unstyled_components.py
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
force_redirect_url = None
class-attribute
instance-attribute
If provided, this URL will always be redirected to after the user signs up. It's recommended to use the environment variable instead.
fallback_redirect_url = None
class-attribute
instance-attribute
The fallback URL to redirect to after the user signs up, if there's no redirect_url in the path already. Defaults to /. It's recommended to use the environment variable instead.
sign_in_force_redirect_url = None
class-attribute
instance-attribute
If provided, this URL will always be redirected to after the user signs in. It's recommended to use the environment variable instead.
sign_in_fallback_redirect_url = None
class-attribute
instance-attribute
The fallback URL to redirect to after the user signs in, if there's no redirect_url in the path already. Defaults to /. It's recommended to use the environment variable instead.
mode = None
class-attribute
instance-attribute
Determines what happens when a user clicks on the
SignInButton
Bases: ClerkBase
Source code in custom_components/reflex_clerk_api/unstyled_components.py
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
|
force_redirect_url = None
class-attribute
instance-attribute
If provided, this URL will always be redirected to after the user signs in. It's recommended to use the environment variable instead.
fallback_redirect_url = None
class-attribute
instance-attribute
The fallback URL to redirect to after the user signs in, if there's no redirect_url in the path already. Defaults to /. It's recommended to use the environment variable instead.
sign_up_force_redirect_url = None
class-attribute
instance-attribute
If provided, this URL will always be redirected to after the user signs up. It's recommended to use the environment variable instead.
sign_up_fallback_redirect_url = None
class-attribute
instance-attribute
The fallback URL to redirect to after the user signs up, if there's no redirect_url in the path already. Defaults to /. It's recommended to use the environment variable instead.
mode = None
class-attribute
instance-attribute
Determines what happens when a user clicks on the
SignOutButton
Bases: ClerkBase
Source code in custom_components/reflex_clerk_api/unstyled_components.py
42 43 44 45 46 |
|
redirect_url = None
class-attribute
instance-attribute
The full URL or path to navigate after successful sign-out.