@orangecheck/auth-client / UseStepUpAuthReturn
Interface: UseStepUpAuthReturn
Defined in: webauthn.tsx:293
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-error"></a> error | Error | null | webauthn.tsx:295 |
<a id="property-reset"></a> reset | () => void | webauthn.tsx:297 |
<a id="property-status"></a> status | WebAuthnRegisterStatus | webauthn.tsx:294 |
<a id="property-stepup"></a> stepUp | (args: { purpose: string; }) => Promise<WebAuthnStepUpResult> | webauthn.tsx:296 |