The default 401 content.
array A render array containing the message to display for 401 pages.
public function on401() { return [ '#markup' => $this->t('Log in to access this page.'), ]; }