PHP Interface Webiny\Component\Security\User\UserProviderInterface

Every user provider must implement this interface.
Show file Open project: Webiny/Framework

Public Methods

Method Description
getUser ( Login $login ) : AbstractUser Get the user from user provided for the given instance of Login object.

Method Details

getUser() public method

Get the user from user provided for the given instance of Login object.
public getUser ( Login $login ) : AbstractUser
$login Webiny\Component\Security\Authentication\Providers\Login Instance of Login object.
return AbstractUser