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

UpdateUserAuth() public method

public UpdateUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth existingUser, ServiceStack.ServiceInterface.Auth.UserAuth newUser, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth
existingUser ServiceStack.ServiceInterface.Auth.UserAuth
newUser ServiceStack.ServiceInterface.Auth.UserAuth
password string
return ServiceStack.ServiceInterface.Auth.UserAuth
        public UserAuth UpdateUserAuth(UserAuth existingUser, UserAuth newUser, string password)
        {
            throw new NotSupportedException();
        }