public function AbstractAppCredentialEvent::getAppType in Apigee Edge 8
Returns the app type which is either "company" or "developer".
Return value
string The app type.
File
- src/
Event/ AbstractAppCredentialEvent.php, line 101
Class
- AbstractAppCredentialEvent
- Base class for app credential create, generate and add products events.
Namespace
Drupal\apigee_edge\EventCode
public function getAppType() : string {
return $this->appType;
}