You are here

public function ServiceResourceInterface::getAuthentication in Services 9.0.x

Same name and namespace in other branches
  1. 8.4 src/ServiceResourceInterface.php \Drupal\services\ServiceResourceInterface::getAuthentication()

Get resource allowed authentication.

Return value

array An array of allowed authentication.

1 method overrides ServiceResourceInterface::getAuthentication()
ServiceResource::getAuthentication in src/Entity/ServiceResource.php
Get resource allowed authentication.

File

src/ServiceResourceInterface.php, line 26

Class

ServiceResourceInterface
Interface \Drupal\services\Entity\ServiceResourceInterface.

Namespace

Drupal\services

Code

public function getAuthentication();