Skip to main content

OrySettingsTotpProps

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

Properties

onUnlink: () => void;

Returns

void


totpImage

totpImage: UiNode | undefined;

totpInput

totpInput: UiNode | undefined;

totpSecret

totpSecret: UiNode | undefined;

totpUnlink: UiNode | undefined;