Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.TryAuthenticate C# (CSharp) Method

TryAuthenticate() public method

public TryAuthenticate ( string>.Dictionary digestHeaders, string privateKey, int nonceTimeOut, string sequence, ServiceStack.ServiceInterface.Auth.UserAuth &userAuth ) : bool
digestHeaders string>.Dictionary
privateKey string
nonceTimeOut int
sequence string
userAuth ServiceStack.ServiceInterface.Auth.UserAuth
return bool
        public bool TryAuthenticate(
            Dictionary<string, string> digestHeaders,
            string privateKey,
            int nonceTimeOut,
            string sequence,
            out UserAuth userAuth)
        {
            throw new NotSupportedException();
        }

Same methods

CustomUserAuthRepository::TryAuthenticate ( string userName, string password, ServiceStack.ServiceInterface.Auth.UserAuth &userAuth ) : bool