You are here

protected property OauthTokenFileStorage::$leeway in Apigee Edge 8

Ensures that token gets refreshed earlier than it expires.

Number of seconds extracted from token's expiration date when hasExpired() calculates.

Type: int

File

src/OauthTokenFileStorage.php, line 50

Class

OauthTokenFileStorage
Stores OAuth token data in a file.

Namespace

Drupal\apigee_edge

Code

protected $leeway = 30;