Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Props for the SignInModal component.

See

SignInModal

Properties

PropertyTypeDescription
authMethods?AuthMethod[]Filter the auth methods that are shown to the user (this still respects the CDP config auth methods).
children?ReactNodeIf provided, will render the children instead of the default trigger button.
open?booleanWhether the modal is open. Note: if you set this, you must also set setIsOpen.
setIsOpen?(value: boolean) => voidA function to set the modal’s open state. Note: if you set this, you must also set open.
onSuccess?() => voidA function to call when the sign-in flow is successful.