OnAuthenticated() static private method

static private OnAuthenticated ( IServiceBase authService, IAuthSession session, IOAuthTokens tokens, string>.Dictionary authInfo, System.TimeSpan SessionExpiry ) : void
authService IServiceBase
session IAuthSession
tokens IOAuthTokens
authInfo string>.Dictionary
SessionExpiry System.TimeSpan
return void
Esempio n. 1
0
 public override void OnAuthenticated(IServiceBase authService, IAuthSession session, IOAuthTokens tokens, Dictionary <string, string> authInfo)
 {
     RestService.OnAuthenticated(authService, session, tokens, authInfo, SessionExpiry);
 }