OnAuthenticated() 정적인 개인적인 메소드

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
리턴 void
예제 #1
0
 public override void OnAuthenticated(IServiceBase authService, IAuthSession session, IOAuthTokens tokens, Dictionary <string, string> authInfo)
 {
     RestService.OnAuthenticated(authService, session, tokens, authInfo, SessionExpiry);
 }