You are here

protected static property AuthCodeRepository::$bundleId in Simple OAuth (OAuth2) & OpenID Connect 5.x

Same name and namespace in other branches
  1. 8.4 src/Repositories/AuthCodeRepository.php \Drupal\simple_oauth\Repositories\AuthCodeRepository::bundleId

The bundle ID.

Type: string

File

src/Repositories/AuthCodeRepository.php, line 20

Class

AuthCodeRepository
The repository for the Auth Code grant.

Namespace

Drupal\simple_oauth\Repositories

Code

protected static $bundleId = 'auth_code';