OnboardOptions: Omit<Omit<Omit<Omit<AuthorizeOptions, "showAuthToggle">, "forceLogout">, "showRememberMe">, "authAction">

Options for Onboarding.

Most options are the same as the AuthorizeOptions with a few exceptions.

Unsupported options are:

  • showAuthToggle.
  • forceLogout.
  • showRememberMe
  • authAction

Remark

⚠️ SDK will throw an error if both values here and from the init options are undefined.

See

AuthorizeOptions

Generated using TypeDoc