LoginCallbackController
class LoginCallbackController extends ControllerBase
LoginCallbackController. Call when returning from the o365 service.
Properties
| protected AuthenticationService | $authenticationService | The authentication service, used to handle all kinds of auth stuff. |
|
| protected GraphService | $graphService | The o365 GraphService. |
|
| protected O365LoggerServiceInterface | $loggerService | The o365 logger service. |
Methods
__construct(AuthenticationService $authenticationService, GraphService $graphService, O365LoggerServiceInterface $loggerService)
Constructs a new LoginController object.
mixed
static
create(ContainerInterface $container)
{@inheritdoc}
defaultCallback(Request $request)
The default login callback.
Details
at line 52
__construct(AuthenticationService $authenticationService, GraphService $graphService, O365LoggerServiceInterface $loggerService)
Constructs a new LoginController object.
at line 95
mixed
callback(O365ConnectorInterface $o365_connector, Request $request)
Callback for the login.
at line 61
static
create(ContainerInterface $container)
{@inheritdoc}
at line 69
defaultCallback(Request $request)
The default login callback.