Type alias AuthProps

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)
      • (): void
      • Returns void

  • scuteClient: ScuteClient
  • Optional view?: Extract<Views, "sign-in-or-up" | "sign-in" | "sign-up">
  • Optional webauthn?: ScuteWebauthnOption

Generated using TypeDoc