", clientSecret=" + clientSecret +
", scope=" + this.scope +
", redirectURL=" + this.redirectURL);
// Use empty rolesList because we don't need rolesList for GateIn integration
this.facebookProcessor = new FacebookProcessor(this.clientId , this.clientSecret, this.scope, this.redirectURL);
this.secureRandomService = secureRandomService;
}