User components
UserButton
Bases: ClerkBase
Source code in custom_components/reflex_clerk_api/user_components.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|
after_switch_session_url = None
class-attribute
instance-attribute
The full URL or path to navigate to after a successful account change in a multi-session app.
appearance = None
class-attribute
instance-attribute
Optional object to style your components. Will only affect Clerk components.
default_open = None
class-attribute
instance-attribute
Controls whether the
show_name = None
class-attribute
instance-attribute
Controls if the user name is displayed next to the user image button.
sign_in_url = None
class-attribute
instance-attribute
The full URL or path to navigate to when the Add another account button is clicked. It's recommended to use the environment variable instead.
user_profile_mode = None
class-attribute
instance-attribute
Controls whether selecting the Manage your account button will cause the
user_profile_props = None
class-attribute
instance-attribute
Specify options for the underlying
user_profile_url = None
class-attribute
instance-attribute
The full URL or path leading to the user management interface.
fallback = None
class-attribute
instance-attribute
An optional element to be rendered while the component is mounting.
UserProfile
Bases: ClerkBase
Source code in custom_components/reflex_clerk_api/user_components.py
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
|
appearance = None
class-attribute
instance-attribute
Optional object to style your components. Will only affect Clerk components.
routing = None
class-attribute
instance-attribute
The routing strategy for your pages. Defaults to 'path' for frameworks that handle routing, such as Next.js and Remix. Defaults to hash for all other SDK's, such as React.
path = None
class-attribute
instance-attribute
The path where the component is mounted on when routing is set to path. It is ignored in hash-based routing. For example: /user-profile.
additional_oauth_scopes = None
class-attribute
instance-attribute
Specify additional scopes per OAuth provider that your users would like to provide if not already approved. For example: {google: ['foo', 'bar'], github: ['qux']}.
fallback = None
class-attribute
instance-attribute
An optional element to be rendered while the component is mounting.