PHP Class Webiny\Component\Security\User\Providers\TwitterOAuth\TwitterOAuth

Inheritance: implements Webiny\Component\Security\User\UserProviderInterface, use trait Webiny\Component\Http\HttpTrait, use trait Webiny\Component\EventManager\EventManagerTrait
Afficher le fichier Open project: Webiny/Framework

Méthodes publiques

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

Method Details

getUser() public méthode

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.
Résultat Webiny\Component\Security\User\AbstractUser