@orangecheck/auth-client / WebAuthnStepUpResult
Type Alias: WebAuthnStepUpResult
type WebAuthnStepUpResult =
| {
ok: true;
step_up_at: number;
}
| {
ok: false;
reason: string;
};
Defined in: webauthn.tsx:289
@orangecheck/auth-client / WebAuthnStepUpResult
type WebAuthnStepUpResult =
| {
ok: true;
step_up_at: number;
}
| {
ok: false;
reason: string;
};
Defined in: webauthn.tsx:289