diff --git a/src/Authentication/TokenAuthUser.php b/src/Authentication/TokenAuthUser.php index f8d20d1..2e63bc7 100644 --- a/src/Authentication/TokenAuthUser.php +++ b/src/Authentication/TokenAuthUser.php @@ -853,6 +853,20 @@ class TokenAuthUser implements TokenAuthUserInterface { } /** + * {@inheritdoc} + */ + public function isLatestRevision() { + return $this->subject->isLatestRevision(); + } + + /** + * {@inheritdoc} + */ + public function getLatestRevisionId() { + return $this->subject->getLatestRevisionId(); + } + + /** * Returns the role storage object. * * @return \Drupal\user\RoleStorageInterface