PHP Интерфейс Overtrue\Socialite\ProviderInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
redirect ( ) : RedirectResponse Redirect the user to the authentication page for the provider.
user ( Overtrue\Socialite\AccessTokenInterface $token = null ) : Overtrue\Socialite\User Get the User instance for the authenticated user.

Описание методов

redirect() публичный Метод

Redirect the user to the authentication page for the provider.
public redirect ( ) : RedirectResponse
Результат Symfony\Component\HttpFoundation\RedirectResponse

user() публичный Метод

Get the User instance for the authenticated user.
public user ( Overtrue\Socialite\AccessTokenInterface $token = null ) : Overtrue\Socialite\User
$token Overtrue\Socialite\AccessTokenInterface
Результат Overtrue\Socialite\User