37 lines
533 B
Markdown
37 lines
533 B
Markdown
---
|
|
title: authStateLoggingOut
|
|
description: User is currently logging out
|
|
---
|
|
## Constructor: authStateLoggingOut
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User is currently logging out
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|
|
|
|
|
|
### Type: [AuthState](../types/AuthState.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$authStateLoggingOut = ['_' => 'authStateLoggingOut', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
authStateLoggingOut={_='authStateLoggingOut', }
|
|
|
|
```
|
|
|
|
|