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

# SessionActivityLog

> SessionActivityLog component

SessionActivityLog component

## Props

<ResponseField name="onSignOutAll" type="() => void" required={false}>
  onSignOutAll
</ResponseField>

## Usage

```tsx theme={null}
import { SessionActivityLog } from '@/components/SessionActivityLog';

export default function Example() {
  return (
    <SessionActivityLog  />
  );
}
```
