- Preparing search index...
- The search index is not available
Scute
AuthProps: { appearance?: { theme?: Theme; }; onSignIn?: (() => void); scuteClient: ScuteClient; view?: Extract<Views, "sign-in-or-up" | "sign-in" | "sign-up">; webauthn?: ScuteWebauthnOption; }
Type declaration
-
Optional
appearance?: {
theme?: Theme;
}
-
Optional
onSignIn?: (() => void)
-
scuteClient: ScuteClient
-
Optional
view?: Extract<Views, "sign-in-or-up" | "sign-in" | "sign-up">
-
Optional
webauthn?: ScuteWebauthnOption