Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getAllowedGrantTypes()
 {
     if ($this->getMetadata()) {
         return $this->getMetadata()->getGrantTypes();
     }
     return parent::getAllowedGrantTypes();
 }