Skip to content

Kirby 4.2.0

$auth->status()

Returns the authentication status object

$auth->status(Kirby\Session\Session|array|null $session = null, bool $allowImpersonation = true): Kirby\Cms\Auth\Status

Parameters

Name Type Default Description
$session Kirby\Session\Session|array|null null
$allowImpersonation bool true If set to false, only the actually
logged in user will be returned

Return type

Kirby\Cms\Auth\Status

Parent class

Kirby\Cms\Auth