You are here

public function AuthCodeRepository::getNewAuthCode in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same name and namespace in other branches
  1. 8.2 simple_oauth_extras/src/Repositories/AuthCodeRepository.php \Drupal\simple_oauth_extras\Repositories\AuthCodeRepository::getNewAuthCode()

File

simple_oauth_extras/src/Repositories/AuthCodeRepository.php, line 20

Class

AuthCodeRepository

Namespace

Drupal\simple_oauth_extras\Repositories

Code

public function getNewAuthCode() {
  return $this
    ->getNew();
}