Rxova
Skip to content

UseWebOTPOptions

optional enabled?: boolean;

When false (the default path for an unset prop), the hook is inert.


onReceive: (code) => void;

Called with the received code, already the raw digits from the SMS.

ParameterType
codestring

void


optional signal?: AbortSignal;

Optional external signal; the request also aborts on unmount.