> ## Documentation Index
> Fetch the complete documentation index at: https://authplugin.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sign Out Button

> Sign-out button for Framer that clears the user's session and tokens, redirects to any URL you choose, and ships with default, outline, and ghost styles.

A button that signs out the current user, clears auth state, and redirects to a specified URL.

## Properties

| Property          | Type   | Description                                  | Default    |
| ----------------- | ------ | -------------------------------------------- | ---------- |
| **Button Text**   | String | Button label                                 | `Sign Out` |
| **Redirect URL**  | String | Where to redirect after logout               | `/`        |
| **Style Variant** | Enum   | Visual style (`default`, `outline`, `ghost`) | `default`  |

## Features

* Clears all authentication tokens and session data
* Redirects to home or custom URL after sign-out
* Multiple style variants
* Customizable button text

## Usage

Place on authenticated pages — typically in the header, sidebar, or account menu.
