533 B
533 B
title | description |
---|---|
authStateLoggingOut | User is currently logging out |
Constructor: authStateLoggingOut
User is currently logging out
Attributes:
Name | Type | Required | Description |
---|
Type: AuthState
Example:
$authStateLoggingOut = ['_' => 'authStateLoggingOut', ];
Or, if you're into Lua:
authStateLoggingOut={_='authStateLoggingOut', }