class SocialAuthController extends Controller (View source)

Class SocialAuthController.

Traits

AuthorizesRequests
AuthorizesResources
DispatchesJobs
ValidatesRequests

Methods

Response
redirectToAuthenticationServiceProvider($provider)

Redirect the user to the Provider authentication page.

Response
handleAuthenticationServiceProviderCallback($provider)

Obtain the user information from authentication service provider.

Details

at line line 26
Response redirectToAuthenticationServiceProvider($provider)

Redirect the user to the Provider authentication page.

Parameters

$provider

Return Value

Response

at line line 36
Response handleAuthenticationServiceProviderCallback($provider)

Obtain the user information from authentication service provider.

Parameters

$provider

Return Value

Response