PHP 인터페이스 Overtrue\Socialite\ProviderInterface

파일 보기 프로젝트 열기: overtrue/socialite

공개 메소드들

메소드 설명
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