public function AuthCodeRepository::getNewAuthCode in Simple OAuth (OAuth2) & OpenID Connect 8.3
Same name and namespace in other branches
- 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
Namespace
Drupal\simple_oauth_extras\RepositoriesCode
public function getNewAuthCode() {
return $this
->getNew();
}