Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-authentication
→
Class AdapterInterface
Interface AdapterInterface
Summary
Fully Qualified Name:
Zend\Authentication\Adapter\AdapterInterface
Description
Methods
Name
Description
Defined By
authenticate()
Performs an authentication attempt
AdapterInterface
Method Details
authenticate()
Performs an authentication attempt
Returns: \Zend\Authentication\Result
Top