LoginController
class LoginController extends ControllerBase
Login controller, let the user actually login.
Properties
| protected AuthenticationServiceInterface | $authenticationService | The authentication service, used to handle all kinds of auth stuff. |
Methods
__construct(AuthenticationServiceInterface $authenticationService)
Constructs a new LoginController object.
static
create(ContainerInterface $container)
{@inheritdoc}
mixed
loginDefault()
Carry out the default login.
Details
at line 29
__construct(AuthenticationServiceInterface $authenticationService)
Constructs a new LoginController object.
at line 36
static
create(ContainerInterface $container)
{@inheritdoc}
at line 67
mixed
login(O365ConnectorInterface $o365_connector)
Login.
at line 46
loginDefault()
Carry out the default login.