Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.

Skip to main content

OrySettingsTotpProps

type OrySettingsTotpProps = {
isSubmitting: boolean
onUnlink: () => void
totpImage: UiNodeImage | undefined
totpInput: UiNodeInput | undefined
totpSecret: UiNodeText | undefined
totpUnlink: UiNodeInput | undefined
}

Properties

isSubmitting

isSubmitting: boolean

onUnlink: () => void;

Returns

void


totpImage

totpImage: UiNodeImage | undefined

totpInput

totpInput: UiNodeInput | undefined

totpSecret

totpSecret: UiNodeText | undefined

totpUnlink: UiNodeInput | undefined