You are here

protected property AuthorizationCode::$authCodeExpiration in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 5.x src/Plugin/Oauth2Grant/AuthorizationCode.php \Drupal\simple_oauth\Plugin\Oauth2Grant\AuthorizationCode::authCodeExpiration

The expiration for the code.

Type: \DateTime

File

src/Plugin/Oauth2Grant/AuthorizationCode.php, line 41

Class

AuthorizationCode
The authorization code grant plugin.

Namespace

Drupal\simple_oauth\Plugin\Oauth2Grant

Code

protected $authCodeExpiration;