Skip to content

Kirby 5.4.0

$status->status()

Returns the authentication status

$status->status(): string

Return type

string

`active|impersonated|pending|inactive`

This method modifies the existing $status object it is applied to and returns it again.

Parent class

Kirby\Cms\Auth\Status