You are here

public function TokenAuthUser::getIterator in Simple OAuth (OAuth2) & OpenID Connect 8.2

Same name and namespace in other branches
  1. 8.4 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getIterator()
  2. 8 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getIterator()
  3. 8.3 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getIterator()
  4. 5.x src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getIterator()

File

src/Authentication/TokenAuthUser.php, line 816

Class

TokenAuthUser
@internal

Namespace

Drupal\simple_oauth\Authentication

Code

public function getIterator() {
  throw new \Exception('Invalid use of getIterator in token authentication.');
}