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