val WebcomApplication.authenticationService: AuthenticationService
Retrieves (or creates) the unique instance of AuthenticationService associated with this WebcomApplication.
Each call to this extension property always returns the same instance. If you need a different instance of AuthenticationService for the same Webcom application, use another instance of WebcomApplication that refers to the same Webcom application.