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