public function AbstractAppCredentialEvent::getCredential in Apigee Edge 8
Returns the app credential.
Return value
\Apigee\Edge\Api\Management\Entity\AppCredentialInterface The app credential.
File
- src/
Event/ AbstractAppCredentialEvent.php, line 131
Class
- AbstractAppCredentialEvent
- Base class for app credential create, generate and add products events.
Namespace
Drupal\apigee_edge\EventCode
public function getCredential() : AppCredentialInterface {
return $this->credential;
}