Components (WIP)
_
Auth Component
| Property | Type | Default | Description |
|---|---|---|---|
| scuteClient | ScuteClient | undefined | The Scute client instance. This property is required |
| onSignIn? | () => void | undefined | Callback function for sign-in |
| webauthn? | "strict" | "optional" | "disabled" | "optional" | Options for WebAuthn |
| language? | string | "en" | Language setting |
| appearance? | ? | undefined | Appearance settings |
Profile Component
| Property | Type | Default | Description |
|---|---|---|---|
| scuteClient | ScuteClient | undefined | The Scute client instance |
| language? | string | "en" | Language setting |
UserButton Component
| Property | Type | Default | Description |
|---|---|---|---|
| scuteClient | ScuteClient | undefined | The Scute client instance |
| language? | string | "en" | Language setting |
| username? | string | undefined | Username to display |
| profileUrl? | string | undefined | Profile URL to navigate to |
| profilePictureUrl? | string | undefined | Profile picture URL |
Edit on GitHub
Last updated on