Example #1
0
 public override void OnAuthenticated(IServiceBase authService, IAuthSession session, IOAuthTokens tokens, Dictionary<string, string> authInfo)
 {
     Log.Debug("OnAuthenticated:{0}{1}{0}{2}".F(Environment.NewLine, authService, session.Dump()));
     base.OnAuthenticated(authService, session, tokens, authInfo);
 }
Example #2
0
 public override void OnAuthenticated(IServiceBase authService, IAuthSession session, IOAuthTokens tokens, Dictionary <string, string> authInfo)
 {
     Log.Debug("OnAuthenticated:{0}{1}{0}{2}".F(Environment.NewLine, authService, session.Dump()));
     base.OnAuthenticated(authService, session, tokens, authInfo);
 }