key access for ->token_key. * * @deprecated Use token_key instead. * * @return string|null */ public function _getKey(): ?string { trigger_error('Deprecated. Use ->token_key instead.', E_USER_DEPRECATED); return $this->token_key; } }