# XWUIAuthUnlock

Re-auth / "unlock screen" card - re-enter password (or PIN) to continue an existing session.

## Basic Usage

Default password re-entry card.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default password re-entry card.
```

## PIN Input

PIN entry mode instead of free-text password.

```example
file: examples/PinInput.ts
html: examples/PinInput.html
title: PIN Input
description: PIN entry mode instead of free-text password.
```

## Lock Screen Branded

A block-3 workstation lock pairing the unlock form with compliance reminders.

```example
file: examples/LockScreenBranded.ts
html: examples/LockScreenBranded.html
title: Lock Screen Branded
description: Block-3 lock screen with branding and a security checklist.
```

## PIN Validation

Checks the submitted PIN via onSubmit and reports accept or retry.

```example
file: examples/PinValidation.ts
html: examples/PinValidation.html
title: PIN Validation
description: Validates the PIN on submit with a retry counter.
```

```api
```
