$auth->currentUserFromImpersonation()
Returns the currently impersonated user
$auth->currentUserFromImpersonation(): Kirby\Cms\User|null
Return types
Kirby\Cms\User
ornull
This method modifies the existing $auth
object it is applied to and returns it again.