ClrPlus.Powershell.Core.Service.CustomBasicAuthProvider.OnAuthenticated C# (CSharp) Method

OnAuthenticated() public method

public OnAuthenticated ( IServiceBase authService, IAuthSession session, IOAuthTokens tokens, string>.Dictionary authInfo ) : void
authService IServiceBase
session IAuthSession
tokens IOAuthTokens
authInfo string>.Dictionary
return void
        public override void OnAuthenticated(IServiceBase authService, IAuthSession session, IOAuthTokens tokens, Dictionary<string, string> authInfo)
        {
            RestService.OnAuthenticated(authService, session, tokens, authInfo, SessionExpiry);
        }
CustomBasicAuthProvider