Beispiel #1
0
 public AuthService(ICefBackupAuthentication authentication, AuthenticationProvider authenticationProvider, IPlayerItemDao playerItemDao)
 {
     _authentication                = authentication;
     _authenticationProvider        = authenticationProvider;
     _playerItemDao                 = playerItemDao;
     _authentication.OnAuthSuccess += AuthenticationOnSuccess;
 }
Beispiel #2
0
 public AzureAuthService(ICefBackupAuthentication authentication, AuthenticationProvider authenticationProvider)
 {
     _authentication            = authentication;
     _authenticationProvider    = authenticationProvider;
     _authentication.OnSuccess += AuthenticationOnOnSuccess;
 }