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