abstract protected function AppForm::appCredentialLifeTime in Apigee Edge 8
Returns the default lifetime of a created app credential.
Return value
int App credential lifetime in seconds, 0 for never expire.
1 call to AppForm::appCredentialLifeTime()
- AppCreateForm::saveAppCredentials in src/
Entity/ Form/ AppCreateForm.php - Save app credentials on Apigee Edge.
File
- src/
Entity/ Form/ AppForm.php, line 279
Class
- AppForm
- Base entity form for developer- and team (company) app create/edit forms.
Namespace
Drupal\apigee_edge\Entity\FormCode
protected abstract function appCredentialLifeTime() : int;