interface ProviderInterface

Methods

redirect()

Redirect the user to the authentication page for the provider.

user()

Get the User instance for the authenticated user.

Details

at line 14
RedirectResponse redirect()

Redirect the user to the authentication page for the provider.

Return Value

RedirectResponse

at line 19
User user()

Get the User instance for the authenticated user.

Return Value

User