UseResendOtpResult

@justverified/pluginDocs


@justverified/plugin / UseResendOtpResult

Interface: UseResendOtpResult

Properties

isResendOtpPending

isResendOtpPending: boolean

Defined in

packages/@justverified/plugin/src/lib/hooks/useResendOtp/index.ts:12


resendOtp

resendOtp: UseMutateAsyncFunction<void, unknown, ResendOtpParams, unknown>

Defined in

packages/@justverified/plugin/src/lib/hooks/useResendOtp/index.ts:11


resetTimeLeft()

resetTimeLeft: () => void

Returns

void

Defined in

packages/@justverified/plugin/src/lib/hooks/useResendOtp/index.ts:14


startCountdown()

startCountdown: () => void

Returns

void

Defined in

packages/@justverified/plugin/src/lib/hooks/useResendOtp/index.ts:15


timeLeft

timeLeft: number

Defined in

packages/@justverified/plugin/src/lib/hooks/useResendOtp/index.ts:13

Last updated