コード例 #1
0
ファイル: AuthService.cs プロジェクト: 211847750/iagd
 public AuthService(ICefBackupAuthentication authentication, AuthenticationProvider authenticationProvider, IPlayerItemDao playerItemDao)
 {
     _authentication                = authentication;
     _authenticationProvider        = authenticationProvider;
     _playerItemDao                 = playerItemDao;
     _authentication.OnAuthSuccess += AuthenticationOnSuccess;
 }
コード例 #2
0
ファイル: AzureAuthService.cs プロジェクト: molybedenum/iagd
 public AzureAuthService(ICefBackupAuthentication authentication, AuthenticationProvider authenticationProvider)
 {
     _authentication            = authentication;
     _authenticationProvider    = authenticationProvider;
     _authentication.OnSuccess += AuthenticationOnOnSuccess;
 }