Skip to main content
A button that signs the user in or out. This component will render the SignInModal component when the user is signed out, and a SignOutButton when the user is signed in. If the SDK is initializing (i.e. the initial user state is pending), the component will render a loading skeleton.

Parameters

Returns

Element The rendered component.

Examples