Interface for authentication providers.
Hierarchy
- interface \Drupal\Core\Authentication\AuthenticationProviderInterface
File
- core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php, line 10
Namespace
Drupal\Core\Authentication
Members
Name | Modifiers | Type | Description |
---|---|---|---|
AuthenticationProviderInterface::applies | public | function | Checks whether suitable authentication credentials are on the request. |
AuthenticationProviderInterface::authenticate | public | function | Authenticates the user. |
Please login to continue.