# XWUIAuthPasskey

Passkey button with pending/success/error. Host performs WebAuthn; jsdom never sees credentials.create. Compose conceptually with AuthLogin; do not nest it.

## Basic Usage

Sign-in idle.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Sign-in idle.
```

## Enrol

Add a passkey.

```example
file: examples/Enrol.ts
html: examples/Enrol.html
title: Enrol
description: Add a passkey.
```

## Pending

Waiting for authenticator.

```example
file: examples/Pending.ts
html: examples/Pending.html
title: Pending
description: Waiting for authenticator.
```

## Error

Host-reported failure text.

```example
file: examples/Error.ts
html: examples/Error.html
title: Error
description: Host-reported failure text.
```

```api
```
