public RestResourceConfigInterface::getAuthenticationProviders($method)
Retrieves a list of supported authentication providers.
Parameters
string $method: The request method e.g GET or POST.
Return value
string[] A list of supported authentication provider IDs.
File
- core/modules/rest/src/RestResourceConfigInterface.php, line 48
Class
- RestResourceConfigInterface
- Defines a configuration entity to store enabled REST resources.
Namespace
Drupal\rest
Code
public function getAuthenticationProviders($method);
Please login to continue.