OrySettingsTotpProps
type OrySettingsTotpProps = {
  onUnlink: () => void
  totpImage: UiNode | undefined
  totpInput: UiNode | undefined
  totpSecret: UiNode | undefined
  totpUnlink: UiNode | undefined
}
Properties
onUnlink()
onUnlink: () => void;
Returns
void
totpImage
totpImage: UiNode | undefined
totpInput
totpInput: UiNode | undefined
totpSecret
totpSecret: UiNode | undefined
totpUnlink
totpUnlink: UiNode | undefined