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

OrySettingsRecoveryCodesProps

type OrySettingsRecoveryCodesProps = {
codes: string[]
isSubmitting: boolean
onRegenerate: () => void
onReveal: () => void
regenerateButton: UiNodeInput | undefined
revealButton: UiNodeInput | undefined
}

Properties

codes

codes: string[];

isSubmitting

isSubmitting: boolean

onRegenerate()

onRegenerate: () => void;

Returns

void


onReveal()

onReveal: () => void;

Returns

void


regenerateButton

regenerateButton: UiNodeInput | undefined

revealButton

revealButton: UiNodeInput | undefined